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

Commit f465eb3b authored by Noah Wang's avatar Noah Wang Committed by Android (Google) Code Review
Browse files

Merge "Make preview pager and pager indicator screenreader-enabled" into nyc-dev

parents 0f20f969 36e89f64
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -24,8 +24,7 @@
        android:id="@+id/preview_pager"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="?android:attr/colorBackgroundFloating"
        android:importantForAccessibility="noHideDescendants"/>
        android:background="?android:attr/colorBackgroundFloating" />

    <View
        android:layout_width="match_parent"
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@
    android:layout_height="match_parent"
    android:background="@color/conversation_background"
    android:padding="@dimen/conversation_message_list_padding"
    android:orientation="vertical" >
    android:orientation="vertical"
    android:importantForAccessibility="noHideDescendants">

    <com.android.settings.display.ConversationMessageView
        android:layout_width="match_parent"
+2 −1
Original line number Diff line number Diff line
@@ -16,4 +16,5 @@
<com.android.settings.display.AppGridView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />
    android:layout_height="match_parent"
    android:importantForAccessibility="noHideDescendants" />
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
             android:layout_width="match_parent"
             android:layout_height="wrap_content">
             android:layout_height="wrap_content"
             android:importantForAccessibility="noHideDescendants">

    <LinearLayout
        android:layout_width="@dimen/screen_zoom_preview_app_icon_width"
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:scrollbars="none"
    android:background="?android:attr/colorBackgroundFloating">
    android:background="?android:attr/colorBackgroundFloating"
    android:importantForAccessibility="noHideDescendants">

    <LinearLayout
        android:layout_width="match_parent"
Loading