From 8a5b8b0253dd279e7a84bb46e70695735dc9881c Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Jan 2020 13:51:25 -0500 Subject: [PATCH] Settings: Desktop backup password: Tint buttons to match system theme Change-Id: I91e75eab0b6d9ffc608af1f5977ddd79350b22fc Signed-off-by: Pranav Vashi --- res/layout/set_backup_pw.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/layout/set_backup_pw.xml b/res/layout/set_backup_pw.xml index ce9a39880f8..9d7a5f47dcc 100644 --- a/res/layout/set_backup_pw.xml +++ b/res/layout/set_backup_pw.xml @@ -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" />