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

Commit bba5ed77 authored by Mady Mellor's avatar Mady Mellor
Browse files

Update bubble user education screens to use proper colors

Bug: 173562716
Test: visual - force user education to show & observe it on the
      stack and manage menu
Change-Id: I6988e2c433f17b69de4aed44c1af3bacb475caf9
parent 951e3ea0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,9 +14,10 @@
  ~ limitations under the License.
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:shape="rectangle">
    <solid android:color="?android:attr/colorAccent"/>
    <corners
        android:bottomRightRadius="360dp"
        android:topRightRadius="360dp" />
    <solid android:color="?androidprv:attr/colorAccentPrimary" />
</shape>
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -14,9 +14,10 @@
  ~ limitations under the License.
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
       android:shape="rectangle">
    <solid android:color="?android:attr/colorAccent"/>
    <corners
        android:bottomLeftRadius="360dp"
        android:topLeftRadius="360dp" />
    <solid android:color="?androidprv:attr/colorAccentPrimary" />
</shape>
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
        android:gravity="start"
        android:textAlignment="viewStart"
        android:text="@string/bubbles_user_education_title"
        android:textColor="?android:attr/textColorPrimaryInverse"
        android:textColor="@android:color/system_neutral1_900"
        android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Headline"/>

    <TextView
@@ -49,7 +49,7 @@
        android:gravity="start"
        android:textAlignment="viewStart"
        android:text="@string/bubbles_user_education_description"
        android:textColor="?android:attr/textColorPrimaryInverse"
        android:textColor="@android:color/system_neutral1_900"
        android:fontFamily="@*android:string/config_bodyFontFamily"
        android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Body2"/>
</LinearLayout>
+4 −4
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
        android:ellipsize="end"
        android:gravity="start"
        android:textAlignment="viewStart"
        android:textColor="?android:attr/textColorPrimaryInverse"
        android:textColor="@android:color/system_neutral1_900"
        android:text="@string/bubbles_user_education_manage_title"
        android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Headline"/>

@@ -56,7 +56,7 @@
        android:ellipsize="end"
        android:gravity="start"
        android:textAlignment="viewStart"
        android:textColor="?android:attr/textColorPrimaryInverse"
        android:textColor="@android:color/system_neutral1_900"
        android:fontFamily="@*android:string/config_bodyFontFamily"
        android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Body2"/>

@@ -75,7 +75,7 @@
            android:focusable="true"
            android:clickable="false"
            android:text="@string/manage_bubbles_text"
            android:textColor="?android:attr/textColorPrimaryInverse"
            android:textColor="@android:color/system_neutral1_900"
            />

        <com.android.wm.shell.common.AlphaOptimizedButton
@@ -86,7 +86,7 @@
            android:layout_height="wrap_content"
            android:focusable="true"
            android:text="@string/bubbles_user_education_got_it"
            android:textColor="?android:attr/textColorPrimaryInverse"
            android:textColor="@android:color/system_neutral1_900"
            />
    </LinearLayout>
</LinearLayout>