Fix that icons overlapped in Preview at Display size and text screen under Vision Settings.

Change the app grid view from 4 columns to 3 columns, and app count from 8 to 6.

Fix: 222241141
Test: manual test
Change-Id: I66c131be77971c9ccc3ee796a6732ff65aac01a5
This commit is contained in:
Peter_Liang
2022-03-17 17:25:08 +08:00
parent 0e2cb579b7
commit d57ae61aa9

View File

@@ -20,8 +20,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:numColumns="4"
android:numColumns="3"
android:gravity="center"
android:nestedScrollingEnabled="true"
android:importantForAccessibility="noHideDescendants"
app:appCount="8"/>
app:appCount="6"/>