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

Commit 8d4c4840 authored by Ta-wei Yen's avatar Ta-wei Yen Committed by android-build-merger
Browse files

Expand Accessibility selection area for ViewPagerTabs with icon

am: a0a05c618c

* commit 'a0a05c618cd3eee2982db6b84a3fd2a06e6d633c':
  Expand Accessibility selection area for ViewPagerTabs with icon
parents 9cb0751c c10e75eb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/view_pager_tab_background"
    android:importantForAccessibility="no"
    android:layoutDirection="ltr">
    <!-- The tab icon -->
    <ImageView
+1 −2
Original line number Diff line number Diff line
@@ -16,8 +16,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/view_pager_tab_background"
    android:importantForAccessibility="no">
    android:background="@drawable/view_pager_tab_background">
    <!-- The tab icon -->
    <ImageView
        android:id="@+id/icon"