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" >