From 954fd320472ff0f1d3eb31bcc69e39e60af95f66 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Tue, 8 Oct 2013 15:33:00 -0700 Subject: Fix caption settings picker layouts BUG: 11056756 Change-Id: I64fa4517591915d89be8d72d2075794cab1063bd --- res/layout/preset_picker_item.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'res/layout/preset_picker_item.xml') diff --git a/res/layout/preset_picker_item.xml b/res/layout/preset_picker_item.xml index 9d799ef..0cafd34 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" > -- cgit v1.1