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

Commit 62126be2 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

am: aa7ac41c1b

* commit 'aa7ac41c1b94165e4b2885b5b1c913a811de1a9f':
  Expand Accessibility selection area for ViewPagerTabs with icon
parents 4c943782 8d4c4840
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"