summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/date_picker_done_button.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/date_picker_done_button.xml b/res/layout/date_picker_done_button.xml
index ebe24d3..1ca8239 100644
--- a/res/layout/date_picker_done_button.xml
+++ b/res/layout/date_picker_done_button.xml
@@ -22,10 +22,12 @@
<Button
android:id="@+id/done"
style="?android:attr/buttonBarButtonStyle"
+ android:padding="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:text="@string/done_label"
android:textSize="@dimen/done_label_size"
android:textColor="@color/done_text_color" />
+
</LinearLayout>