diff --git a/res/drawable/blocked_indicator_background.xml b/res/drawable/blocked_indicator_background.xml new file mode 100644 index 000000000..3fa21373f --- /dev/null +++ b/res/drawable/blocked_indicator_background.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/res/layout/recipient_preference_activity.xml b/res/layout/recipient_preference_activity.xml index 7150aea74..ea6dfe662 100644 --- a/res/layout/recipient_preference_activity.xml +++ b/res/layout/recipient_preference_activity.xml @@ -49,6 +49,12 @@ android:textStyle="bold" android:textColor="?recipient_preference_blocked" android:textAllCaps="true" + android:background="@drawable/blocked_indicator_background" + android:paddingTop="3dp" + android:paddingBottom="3dp" + android:paddingLeft="5dp" + android:paddingRight="5dp" + android:layout_marginTop="2dp" tools:ignore="UnusedAttribute" /> diff --git a/res/values/themes.xml b/res/values/themes.xml index 31337508f..43a2617b7 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -10,7 +10,7 @@ @color/textsecure_primary_dark @color/textsecure_primary_dark - #8e0000 + #d00000 #66000000 #ff000000 #a0000000