fedilab-Android-App/app/src/main/res/layout/domains_blocked.xml

11 lines
380 B
XML
Raw Normal View History

2019-02-15 18:19:32 +01:00
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
2019-11-15 16:32:25 +01:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-15 18:19:32 +01:00
android:paddingStart="5dp"
2019-11-15 16:32:25 +01:00
android:paddingLeft="5dp"
2019-02-15 18:19:32 +01:00
android:paddingEnd="5dp"
2019-11-15 16:32:25 +01:00
android:paddingRight="5dp"
2020-05-16 20:00:45 +02:00
android:singleLine="true"
2019-11-15 16:32:25 +01:00
android:textColor="@color/red_1" />