summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorSam Blitzstein <sblitz@google.com>2013-03-20 22:00:25 -0700
committerSam Blitzstein <sblitz@google.com>2013-03-21 10:17:48 -0700
commit3d5a23b698cb8c59f43914ea2f9bb4fb36575f88 (patch)
tree605b9992bd8dee40f70f8d5e782b31f6e861ab77 /res/layout
parent6e896f805cac499b777c98755149f07ccd7ba5c3 (diff)
downloaddatetimepicker-3d5a23b698cb8c59f43914ea2f9bb4fb36575f88.tar.gz
Tweaking timepicker and fixing bugs.
Fixed some bugs in Timepicker, and made tweaks to match redlines. Change-Id: I239a6294a7b2a7cd2fa200dc776a6d4f2fb24949
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/time_picker_dialog.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/layout/time_picker_dialog.xml b/res/layout/time_picker_dialog.xml
index ae01ad0..d1069dc 100644
--- a/res/layout/time_picker_dialog.xml
+++ b/res/layout/time_picker_dialog.xml
@@ -89,7 +89,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dip"
- android:background="@color/lighter_gray" />
+ android:background="@color/black_20" />
<LinearLayout
style="?android:attr/buttonBarStyle"
android:layout_width="match_parent"
@@ -97,9 +97,11 @@
android:orientation="horizontal" >
<Button
android:id="@+id/done_button"
- style="?android:attr/buttonBarButtonStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/done_label" />
+ android:text="@string/done_label"
+ android:textSize="@dimen/done_label_size"
+ android:textColor="@color/black_60"
+ style="?android:attr/buttonBarButtonStyle" />
</LinearLayout>
</LinearLayout>