diff options
| author | 2019-12-19 03:02:09 +0000 | |
|---|---|---|
| committer | 2019-12-19 03:02:09 +0000 | |
| commit | cf9d7da189b9ed09efb0ba6b7aec34a70063e96e (patch) | |
| tree | 4768e491d4884eb303349ce60a232a2c02b760d8 | |
| parent | 29c577d086e5f683b08b4e24d3721d888bf83f73 (diff) | |
| parent | 4d271f3d9aa8c01a0239d59fbdc02d346d819323 (diff) | |
DO NOT MERGE: Fix alignment of share chips. am: 4d271f3d9a
Change-Id: I21f0fc66e8c0ecc2a059dc25c5f7b4bf66f5cd1f
| -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--> |