mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Change disabled appearance of Nominate for Deletion button
This commit is contained in:
parent
4acf0e2ed4
commit
a449870d8b
4 changed files with 38 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue