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

Commit 11e141b8 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13226929 from a9ef3307 to 25Q2-release

Change-Id: I472759dfc6f1de2fc210ce9f15a6453ba70238a8
parents 26566e3e a9ef3307
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
                android:id="@+id/preview_pager"
                android:layout_width="wrap_content"
                android:layout_height="217dp"
                android:contentDescription="@string/preview_pager_content_description"
                android:nestedScrollingEnabled="true" />
            <LinearLayout
                android:layout_width="match_parent"
+13 −8
Original line number Diff line number Diff line
@@ -14,7 +14,11 @@
    See the License for the specific language governing permissions and
    limitations under the License.
-->

<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:contentDescription="@string/preview_pager_home_content_description" >
    <com.android.settings.display.AppGridView
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
@@ -25,3 +29,4 @@
        android:nestedScrollingEnabled="true"
        android:importantForAccessibility="noHideDescendants"
        app:appCount="6"/>
</FrameLayout>
+3 −3
Original line number Diff line number Diff line
@@ -14,18 +14,18 @@
    See the License for the specific language governing permissions and
    limitations under the License.
-->

<androidx.core.widget.NestedScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fillViewport="true"
    android:importantForAccessibility="noHideDescendants">
    android:contentDescription="@string/preview_pager_email_content_description">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">
        android:orientation="vertical"
        android:importantForAccessibility="noHideDescendants">

        <TextView
            android:id="@+id/subject"
+3 −2
Original line number Diff line number Diff line
@@ -19,12 +19,13 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fillViewport="true"
    android:importantForAccessibility="noHideDescendants">
    android:contentDescription="@string/preview_pager_message_content_description">

    <view class="com.android.settings.TouchBlockingFrameLayout"
        android:id="@+id/frame"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
        android:layout_height="wrap_content"
        android:importantForAccessibility="noHideDescendants">

        <LinearLayout
            android:layout_width="match_parent"
+0 −2
Original line number Diff line number Diff line
@@ -84,8 +84,6 @@
    <color name="homepage_location_background">@color/homepage_cyan_bg</color>
    <color name="homepage_accounts_foreground">@color/homepage_cyan_fg</color>
    <color name="homepage_accounts_background">@color/homepage_cyan_bg</color>
    <color name="homepage_wellbeing_foreground">@color/homepage_cyan_fg</color>
    <color name="homepage_wellbeing_background">@color/homepage_cyan_bg</color>
    <color name="homepage_supervision_foreground">@color/homepage_cyan_fg</color>
    <color name="homepage_supervision_background">@color/homepage_cyan_bg</color>
    <color name="homepage_safety_foreground">@color/homepage_red_fg</color>
Loading