Settings: Desktop backup password: Tint buttons to match system theme
Change-Id: I91e75eab0b6d9ffc608af1f5977ddd79350b22fc Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
@@ -69,6 +69,8 @@
|
|||||||
android:id="@+id/backup_pw_cancel_button"
|
android:id="@+id/backup_pw_cancel_button"
|
||||||
android:layout_below="@id/confirm_new_backup_pw"
|
android:layout_below="@id/confirm_new_backup_pw"
|
||||||
android:text="@string/backup_pw_cancel_button_text"
|
android:text="@string/backup_pw_cancel_button_text"
|
||||||
|
android:backgroundTint="?android:attr/colorAccent"
|
||||||
|
android:textColor="?android:textColorPrimaryInverse"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="wrap_content" />
|
android:layout_width="wrap_content" />
|
||||||
|
|
||||||
@@ -76,6 +78,8 @@
|
|||||||
android:id="@+id/backup_pw_set_button"
|
android:id="@+id/backup_pw_set_button"
|
||||||
android:layout_below="@id/confirm_new_backup_pw"
|
android:layout_below="@id/confirm_new_backup_pw"
|
||||||
android:layout_toEndOf="@id/backup_pw_cancel_button"
|
android:layout_toEndOf="@id/backup_pw_cancel_button"
|
||||||
|
android:backgroundTint="?android:attr/colorAccent"
|
||||||
|
android:textColor="?android:textColorPrimaryInverse"
|
||||||
android:text="@string/backup_pw_set_button_text"
|
android:text="@string/backup_pw_set_button_text"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="wrap_content" />
|
android:layout_width="wrap_content" />
|
||||||
|
|||||||
Reference in New Issue
Block a user