| | |
| | | android:id="@+id/dialog_date_select_ok"
|
| | | android:layout_weight="1"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="50dp"
|
| | | android:layout_height="@dimen/h50dp"
|
| | | android:gravity="center"
|
| | | android:text="@string/confirm"
|
| | | android:textColor="#000000" />
|
| | |
| | | android:id="@+id/dialog_date_select_cancel"
|
| | | android:layout_weight="1"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="50dp"
|
| | | android:layout_height="@dimen/h50dp"
|
| | | android:gravity="center"
|
| | | android:text="@string/cancel"
|
| | | android:textColor="#000000" />
|