From 954fd320472ff0f1d3eb31bcc69e39e60af95f66 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Tue, 8 Oct 2013 15:33:00 -0700 Subject: [PATCH] Fix caption settings picker layouts BUG: 11056756 Change-Id: I64fa4517591915d89be8d72d2075794cab1063bd --- res/layout/color_picker_item.xml | 10 +++++++--- res/layout/grid_picker_dialog.xml | 28 ++++++++++++++++++++-------- res/layout/preset_picker_item.xml | 10 +++++++--- 3 files changed, 34 insertions(+), 14 deletions(-) diff --git a/res/layout/color_picker_item.xml b/res/layout/color_picker_item.xml index 80a18f30bf7..5599eb4796d 100644 --- a/res/layout/color_picker_item.xml +++ b/res/layout/color_picker_item.xml @@ -16,9 +16,13 @@ --> + android:gravity="center" + android:orientation="vertical" + android:paddingLeft="4dp" + android:paddingRight="4dp" + android:paddingTop="16dp" > diff --git a/res/layout/grid_picker_dialog.xml b/res/layout/grid_picker_dialog.xml index 023f12ead3d..a52f0791ea6 100644 --- a/res/layout/grid_picker_dialog.xml +++ b/res/layout/grid_picker_dialog.xml @@ -15,12 +15,24 @@ limitations under the License. --> - + android:layout_height="match_parent" > + + + + + + + diff --git a/res/layout/preset_picker_item.xml b/res/layout/preset_picker_item.xml index 9d799efe8d9..0cafd347b65 100644 --- a/res/layout/preset_picker_item.xml +++ b/res/layout/preset_picker_item.xml @@ -16,9 +16,13 @@ --> + android:gravity="center" + android:orientation="vertical" + android:paddingLeft="4dp" + android:paddingRight="4dp" + android:paddingTop="16dp" >