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

Commit 48eb116d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix unknown item when exploring the App pinning page via Switch Access" into sc-dev

parents 0cd1d01d 2616831f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:background="?android:attr/selectableItemBackground"
    android:orientation="vertical"
    android:importantForAccessibility = "no"
    android:clipToPadding="false">

    <LinearLayout
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:background="?android:attr/selectableItemBackground"
    android:importantForAccessibility = "no"
    android:clipToPadding="false">

    <LinearLayout