|
|
@@ -5,7 +5,13 @@
|
|
|
android:layout_height="fill_parent"
|
|
|
android:background="@drawable/section"
|
|
|
android:orientation="vertical"
|
|
|
- android:padding="7dp">
|
|
|
+ android:layout_marginBottom="30dp"
|
|
|
+ android:layout_marginEnd="18dp"
|
|
|
+ android:layout_marginLeft="18dp"
|
|
|
+ android:layout_marginRight="18dp"
|
|
|
+ android:layout_marginStart="18dp"
|
|
|
+ android:layout_marginTop="35dp"
|
|
|
+ android:paddingBottom="15dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_dialog_schedule_buttons"
|
|
|
@@ -39,21 +45,31 @@
|
|
|
android:layout_above="@id/ll_dialog_schedule_buttons"
|
|
|
android:layout_alignParentTop="true"
|
|
|
android:orientation="vertical"
|
|
|
- android:padding="10dp" >
|
|
|
+ android:background="@drawable/section"
|
|
|
+ android:paddingBottom="15dp">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_dialog_schedule_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="@android:style/TextAppearance.Large"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:background="@drawable/section_title"
|
|
|
+ android:paddingBottom="4dp"
|
|
|
+ android:paddingEnd="10dp"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:paddingStart="20dp"
|
|
|
+ android:paddingTop="4dp"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@drawable/entry"
|
|
|
- android:padding="7dp">
|
|
|
+ android:padding="7dp"
|
|
|
+ android:layout_margin="8dp">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_dialog_schedule_description"
|