Change disabled appearance of Nominate for Deletion button

This commit is contained in:
Suchit Kar 2018-03-20 19:46:24 +05:30
parent 4acf0e2ed4
commit a449870d8b
4 changed files with 38 additions and 10 deletions

View file

@ -253,7 +253,7 @@
<LinearLayout
android:id="@+id/nominatedDeletionBanner"
android:background="@color/deleteBackgroundColor"
android:background="@color/deleteRed"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@ -281,8 +281,8 @@
<Button
android:id="@+id/nominateDeletion"
android:textColor="@color/primaryTextColor"
android:background="@drawable/bg_delete_button"
android:textColor="@color/primaryTextColor"
android:layout_margin="@dimen/standard_gap"
android:layout_width="match_parent"
android:layout_height="wrap_content"