Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08e1cde5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Elevation to work switch" into ub-launcher3-rvc-dev

parents 8bcb48cc c528b9ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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" />