|
@@ -124,30 +124,32 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="@dimen/selectable_input_width"
|
|
android:layout_width="@dimen/selectable_input_width"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="20px"
|
|
|
|
|
|
|
+ android:layout_marginLeft="20px"
|
|
|
android:text="@string/start_time"
|
|
android:text="@string/start_time"
|
|
|
- android:textColor="@color/main_color" />
|
|
|
|
|
|
|
+ android:textColor="@color/main_color"
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_start_time"
|
|
android:id="@+id/tv_start_time"
|
|
|
android:layout_width="400px"
|
|
android:layout_width="400px"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="20px"
|
|
|
|
|
- android:background="@drawable/selectable_input_text_bg" />
|
|
|
|
|
|
|
+ android:background="@drawable/selectable_input_text_bg"
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="@dimen/selectable_input_width"
|
|
android:layout_width="@dimen/selectable_input_width"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="20px"
|
|
|
|
|
|
|
+ android:layout_marginLeft="100px"
|
|
|
android:text="@string/end_time"
|
|
android:text="@string/end_time"
|
|
|
- android:textColor="@color/main_color" />
|
|
|
|
|
|
|
+ android:textColor="@color/main_color"
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_end_time"
|
|
android:id="@+id/tv_end_time"
|
|
|
android:layout_width="400px"
|
|
android:layout_width="400px"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="20px"
|
|
|
|
|
- android:background="@drawable/selectable_input_text_bg" />
|
|
|
|
|
|
|
+ android:background="@drawable/selectable_input_text_bg"
|
|
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<Button
|
|
<Button
|