|
@@ -5,14 +5,14 @@
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/background_app"
|
|
android:background="@color/background_app"
|
|
|
- android:padding="7dp"
|
|
|
|
|
tools:ignore="Overdraw">
|
|
tools:ignore="Overdraw">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:paddingBottom="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+ >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -67,18 +67,15 @@
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:layout_marginTop="15dp">
|
|
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
- android:textStyle="bold"
|
|
|
|
|
- tools:layout_width="match_parent"
|
|
|
|
|
android:background="@drawable/section_title"
|
|
android:background="@drawable/section_title"
|
|
|
android:paddingBottom="4dp"
|
|
android:paddingBottom="4dp"
|
|
|
android:paddingEnd="10dp"
|
|
android:paddingEnd="10dp"
|
|
@@ -86,8 +83,11 @@
|
|
|
android:paddingRight="10dp"
|
|
android:paddingRight="10dp"
|
|
|
android:paddingStart="20dp"
|
|
android:paddingStart="20dp"
|
|
|
android:paddingTop="4dp"
|
|
android:paddingTop="4dp"
|
|
|
|
|
+ android:text="@string/lablanca_schedule"
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:textColor="@color/section_title"
|
|
android:textColor="@color/section_title"
|
|
|
- android:text="@string/lablanca_schedule"/>
|
|
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -126,19 +126,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:layout_marginTop="12dp">
|
|
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:text="@string/lablanca_prices"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
- android:textStyle="bold"
|
|
|
|
|
- tools:layout_width="match_parent"
|
|
|
|
|
android:background="@drawable/section_title"
|
|
android:background="@drawable/section_title"
|
|
|
android:paddingBottom="4dp"
|
|
android:paddingBottom="4dp"
|
|
|
android:paddingEnd="10dp"
|
|
android:paddingEnd="10dp"
|
|
@@ -146,7 +143,11 @@
|
|
|
android:paddingRight="10dp"
|
|
android:paddingRight="10dp"
|
|
|
android:paddingStart="20dp"
|
|
android:paddingStart="20dp"
|
|
|
android:paddingTop="4dp"
|
|
android:paddingTop="4dp"
|
|
|
- android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
+ android:text="@string/lablanca_prices"
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
+ android:textColor="@color/section_title"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|