diff --git a/library/res/color/done_text_color.xml b/library/res/color/done_text_color.xml index e6e55ed4..85d0e9e9 100644 --- a/library/res/color/done_text_color.xml +++ b/library/res/color/done_text_color.xml @@ -16,6 +16,6 @@ - + \ No newline at end of file diff --git a/library/res/color/done_text_color_dark.xml b/library/res/color/done_text_color_dark.xml new file mode 100644 index 00000000..070baf2f --- /dev/null +++ b/library/res/color/done_text_color_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/library/res/drawable/done_background_color.xml b/library/res/drawable/done_background_color.xml new file mode 100644 index 00000000..19a38613 --- /dev/null +++ b/library/res/drawable/done_background_color.xml @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file diff --git a/library/res/drawable/done_background_color_dark.xml b/library/res/drawable/done_background_color_dark.xml new file mode 100644 index 00000000..1665eee3 --- /dev/null +++ b/library/res/drawable/done_background_color_dark.xml @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file diff --git a/library/res/layout-land/radial_time_picker_dialog.xml b/library/res/layout-land/radial_time_picker_dialog.xml index 02ec7d15..868764ba 100644 --- a/library/res/layout-land/radial_time_picker_dialog.xml +++ b/library/res/layout-land/radial_time_picker_dialog.xml @@ -15,57 +15,52 @@ ~ limitations under the License --> + android:id="@+id/time_picker_dialog" + android:layout_height="@dimen/dialog_height" + android:layout_width="wrap_content" + android:orientation="horizontal" + android:focusable="true" + android:layout_marginLeft="@dimen/minimum_margin_sides" + android:layout_marginRight="@dimen/minimum_margin_sides" + android:layout_marginTop="@dimen/minimum_margin_top_bottom" + android:layout_marginBottom="@dimen/minimum_margin_top_bottom" > + android:layout_width="@dimen/left_side_width" + android:layout_height="match_parent" + android:orientation="vertical"> + android:id="@+id/time_display_background" + android:layout_width="match_parent" + android:layout_height="0dip" + android:layout_weight="1" + android:background="@color/white" > + layout="@layout/radial_time_header_label" + android:layout_width="match_parent" + android:layout_height="@dimen/header_height" + android:layout_gravity="center" /> - -