summaryrefslogtreecommitdiff
path: root/data/res/layout/chooser_list_per_profile.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/layout/chooser_list_per_profile.xml')
-rw-r--r--data/res/layout/chooser_list_per_profile.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/res/layout/chooser_list_per_profile.xml b/data/res/layout/chooser_list_per_profile.xml
index 6b1b002..86dc71c 100644
--- a/data/res/layout/chooser_list_per_profile.xml
+++ b/data/res/layout/chooser_list_per_profile.xml
@@ -20,7 +20,7 @@
<com.android.internal.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layoutManager="com.android.internal.widget.GridLayoutManager"
+ android:layoutManager="com.android.internal.app.ChooserGridLayoutManager"
android:id="@+id/resolver_list"
android:clipToPadding="false"
android:background="?attr/colorBackgroundFloating"
@@ -29,4 +29,4 @@
android:nestedScrollingEnabled="true" />
<include layout="@layout/resolver_empty_states" />
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>