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

Commit 1995a8b5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix unknown item when exploring the App pinning page via Switch Access"...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14486200

Change-Id: Ifcbc28e04bb98da3ac2a746cd3922b16cad0f8e3
parents dff94b11 48eb116d
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