Merge "Add Elevation to work switch" into ub-launcher3-rvc-dev am: 08e1cde5e1
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11923400 Change-Id: Ie850cf4e3d9e2bc746bcc5715445e5ebce73a88a
This commit is contained in:
commit
efedd5f6ab
|
@ -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"
|
||||
|
|
|
@ -246,7 +246,6 @@
|
|||
<style name="DropTargetButton" parent="DropTargetButtonBase" />
|
||||
|
||||
<style name="TextHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle" />
|
||||
<style name="PrimaryMediumText" parent="@android:style/TextAppearance.DeviceDefault.Medium"/>
|
||||
<style name="PrimaryHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle"/>
|
||||
|
||||
<style name="TextTitle" parent="@android:style/TextAppearance.DeviceDefault" />
|
||||
|
|
Loading…
Reference in New Issue