From c528b9ec23b34e30c50f63bb5cf5cc5e8b2ca02c Mon Sep 17 00:00:00 2001 From: Samuel Fufa Date: Thu, 18 Jun 2020 18:22:07 -0700 Subject: [PATCH] Add Elevation to work switch + Switch font style to Google Sans Bug: 155888857 Test: Manual Change-Id: I0c289a9cdf559deebddcca08d51c1bd19c3ee4c1 --- res/layout/work_mode_switch.xml | 3 ++- res/values/styles.xml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/work_mode_switch.xml b/res/layout/work_mode_switch.xml index b5237db88c..31953c72aa 100644 --- a/res/layout/work_mode_switch.xml +++ b/res/layout/work_mode_switch.xml @@ -17,7 +17,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - style="@style/PrimaryMediumText" + style="@style/PrimaryHeadline" android:id="@+id/work_mode_toggle" android:drawableStart="@drawable/ic_corp" android:drawablePadding="16dp" @@ -25,6 +25,7 @@ android:textColor="?attr/workProfileOverlayTextColor" android:layout_alignParentBottom="true" android:ellipsize="end" + android:elevation="10dp" android:gravity="start" android:lines="1" android:showText="false" diff --git a/res/values/styles.xml b/res/values/styles.xml index ac00488a08..8aebccf1d4 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -243,7 +243,6 @@