summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/domains_blocked.xml
blob: 64d67527d7225905760d3ad9627a18005a069f0f (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingStart="5dp"
    android:paddingLeft="5dp"
    android:paddingEnd="5dp"
    android:paddingRight="5dp"
    android:singleLine="true"
    android:textColor="?colorError" />