summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-land
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-11-12 09:31:22 -0800
committerAlan Viverette <alanv@google.com>2014-11-12 09:31:22 -0800
commitd9f3fdf45bd3e3b5b02f2d21b6df6598cbaf1c70 (patch)
tree705061fa918a2fa78e35dc3a0518382027226f4b /core/res/res/layout-land
parente6ef98cf0528cbc2722b979e5ad86ba859fa78b0 (diff)
downloadframeworks_base-d9f3fdf45bd3e3b5b02f2d21b6df6598cbaf1c70.zip
frameworks_base-d9f3fdf45bd3e3b5b02f2d21b6df6598cbaf1c70.tar.gz
frameworks_base-d9f3fdf45bd3e3b5b02f2d21b6df6598cbaf1c70.tar.bz2
Ensure time picker dialog fits on small screens
Also fixes dialog padding in landscape mode and a bug in the ColorStateList method used to apply a selected color. BUG: 18251582 Change-Id: Id5b8c7893ec42fd4d5f4a7520e6ac170839d3143
Diffstat (limited to 'core/res/res/layout-land')
-rw-r--r--core/res/res/layout-land/time_picker_holo.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/res/res/layout-land/time_picker_holo.xml b/core/res/res/layout-land/time_picker_holo.xml
index ce90a5b..f6923ee 100644
--- a/core/res/res/layout-land/time_picker_holo.xml
+++ b/core/res/res/layout-land/time_picker_holo.xml
@@ -20,11 +20,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="horizontal"
- android:layout_marginLeft="@dimen/timepicker_minimum_margin_sides"
- android:layout_marginRight="@dimen/timepicker_minimum_margin_sides"
- android:layout_marginTop="@dimen/timepicker_minimum_margin_top_bottom"
- android:layout_marginBottom="@dimen/timepicker_minimum_margin_top_bottom">
+ android:orientation="horizontal">
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"