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:
Alex
2020-01-23 13:51:25 -05:00
committed by Joey
parent 61c3c5c976
commit 8a5b8b0253

View File

@@ -69,6 +69,8 @@
android:id="@+id/backup_pw_cancel_button"
android:layout_below="@id/confirm_new_backup_pw"
android:text="@string/backup_pw_cancel_button_text"
android:backgroundTint="?android:attr/colorAccent"
android:textColor="?android:textColorPrimaryInverse"
android:layout_height="wrap_content"
android:layout_width="wrap_content" />
@@ -76,6 +78,8 @@
android:id="@+id/backup_pw_set_button"
android:layout_below="@id/confirm_new_backup_pw"
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:layout_height="wrap_content"
android:layout_width="wrap_content" />