From 8b9ba38f8da8441384d4a15f1e794a4ac23fc528 Mon Sep 17 00:00:00 2001 From: Shubham Basu Date: Thu, 16 Sep 2021 11:55:34 -0700 Subject: fix: fragment pick material next changes bug: 197148124, 197148457 test: manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Android S: inactive: https://screenshot.googleplex.com/4ntXTC3CTHJePay.png https://screenshot.googleplex.com/7BLxR9mvupgVitK.png active: https://screenshot.googleplex.com/AWuWDnLiMYmWDME https://screenshot.googleplex.com/BWGSYLp65iwUxbH.png Android R: inactive: https://screenshot.googleplex.com/knayMzQiRk4ERxN.png https://screenshot.googleplex.com/6dGSS3fbCHZ7da5.png active: https://screenshot.googleplex.com/5scWhmBRkVazKxp.png https://screenshot.googleplex.com/8nAfbuKGjrh4SKK.png

for bug:197148768

 Android S: 
https://screenshot.googleplex.com/mNwwq6p3PCrkZTm.png
 https://screenshot.googleplex.com/9X7jCFhLkfLM6AR.png Android R: 
https://screenshot.googleplex.com/8zKMjFdM4gfDHRa.png 
https://screenshot.googleplex.com/4eEgGAAWJJtuExp.png
 Change-Id: I28c9a3511f3f482221a41f318e130e33ea84d5ec --- res/layout/fragment_pick.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/layout') diff --git a/res/layout/fragment_pick.xml b/res/layout/fragment_pick.xml index c3446f494..cba4ecb9a 100644 --- a/res/layout/fragment_pick.xml +++ b/res/layout/fragment_pick.xml @@ -44,6 +44,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="4dp" + android:backgroundTint="@color/fragment_pick_button_background_color" + android:textColor="@color/fragment_pick_button_text_color" android:layout_marginEnd="4dp" /> -- cgit v1.2.3-59-g8ed1b