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

Commit 429bf804 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update bubble user education screens to use proper colors" into sc-dev...

Merge "Update bubble user education screens to use proper colors" into sc-dev am: 4d225a0e am: 41d06f0f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14628477

Change-Id: I9d6d31488ba10dd00caffdc4c2017ae9a6f536e9
parents 6c31d6ea 41d06f0f
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>