diff options
| -rw-r--r-- | core/res/res/layout/chooser_grid_preview_file.xml | 1 | ||||
| -rw-r--r-- | core/res/res/layout/chooser_grid_preview_image.xml | 1 | ||||
| -rw-r--r-- | core/res/res/layout/chooser_grid_preview_text.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/layout/chooser_grid_preview_file.xml b/core/res/res/layout/chooser_grid_preview_file.xml index 860544399288..2a39215a4bd8 100644 --- a/core/res/res/layout/chooser_grid_preview_file.xml +++ b/core/res/res/layout/chooser_grid_preview_file.xml @@ -73,6 +73,7 @@ android:layout_width="@dimen/chooser_preview_width" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/chooser_view_spacing" + android:layout_gravity="center" /> </LinearLayout> diff --git a/core/res/res/layout/chooser_grid_preview_image.xml b/core/res/res/layout/chooser_grid_preview_image.xml index 29b7fb428194..62df1650612a 100644 --- a/core/res/res/layout/chooser_grid_preview_image.xml +++ b/core/res/res/layout/chooser_grid_preview_image.xml @@ -85,6 +85,7 @@ android:layout_width="@dimen/chooser_preview_width" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/chooser_view_spacing" + android:layout_gravity="center" /> </LinearLayout> diff --git a/core/res/res/layout/chooser_grid_preview_text.xml b/core/res/res/layout/chooser_grid_preview_text.xml index 025d1016dd9f..002917463ab3 100644 --- a/core/res/res/layout/chooser_grid_preview_text.xml +++ b/core/res/res/layout/chooser_grid_preview_text.xml @@ -55,6 +55,7 @@ android:layout_width="@dimen/chooser_preview_width" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/chooser_view_spacing" + android:layout_gravity="center" /> <!-- Required sub-layout so we can get the nice rounded corners--> |