|
@@ -5,103 +5,120 @@
|
|
|
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:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:padding="7dp">
|
|
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
|
|
+ android:background="@drawable/section_title"
|
|
|
|
|
+ android:paddingBottom="4dp"
|
|
|
|
|
+ android:paddingEnd="10dp"
|
|
|
|
|
+ android:paddingLeft="20dp"
|
|
|
|
|
+ android:paddingRight="10dp"
|
|
|
|
|
+ android:paddingStart="20dp"
|
|
|
|
|
+ android:paddingTop="4dp"
|
|
|
android:text="@string/lablanca_title"
|
|
android:text="@string/lablanca_title"
|
|
|
- android:id="@+id/textView10"
|
|
|
|
|
- android:textStyle="bold"/>
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
+ android:textColor="@color/section_title"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"/>
|
|
|
|
|
|
|
|
<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_margin="10dp"
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
android:padding="7dp">
|
|
android:padding="7dp">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_lablanca_header"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:id="@+id/iv_lablanca_header"
|
|
|
|
|
- android:contentDescription="@string/app_cdesc"
|
|
|
|
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
android:layout_margin="3dp"
|
|
android:layout_margin="3dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
|
|
|
|
+ android:contentDescription="@string/app_cdesc"
|
|
|
android:maxHeight="130dp"/>
|
|
android:maxHeight="130dp"/>
|
|
|
|
|
|
|
|
<WebView
|
|
<WebView
|
|
|
|
|
+ android:id="@+id/wv_lablanca_header"
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
- android:id="@+id/wv_lablanca_header"
|
|
|
|
|
- android:padding="7dp"
|
|
|
|
|
android:layout_marginBottom="7dp"
|
|
android:layout_marginBottom="7dp"
|
|
|
|
|
+ android:padding="7dp"
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
/>
|
|
/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</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:padding="7dp"
|
|
|
|
|
- android:layout_marginTop="15dp">
|
|
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
|
|
+ android:background="@drawable/section_title"
|
|
|
|
|
+ android:paddingBottom="4dp"
|
|
|
|
|
+ android:paddingEnd="10dp"
|
|
|
|
|
+ android:paddingLeft="20dp"
|
|
|
|
|
+ android:paddingRight="10dp"
|
|
|
|
|
+ android:paddingStart="20dp"
|
|
|
|
|
+ android:paddingTop="4dp"
|
|
|
android:text="@string/lablanca_schedule"
|
|
android:text="@string/lablanca_schedule"
|
|
|
- android:textStyle="bold"/>
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
+ android:textColor="@color/section_title"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
android:padding="7dp">
|
|
android:padding="7dp">
|
|
|
|
|
|
|
|
<Button
|
|
<Button
|
|
|
|
|
+ android:id="@+id/bt_lablanca_schedule_city"
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
|
- android:text="@string/lablanca_schedule_city"
|
|
|
|
|
- android:id="@+id/bt_lablanca_schedule_city"
|
|
|
|
|
|
|
+ android:layout_margin="6dp"
|
|
|
|
|
+ android:layout_weight=".5"
|
|
|
android:background="@drawable/button_selector"
|
|
android:background="@drawable/button_selector"
|
|
|
|
|
+ android:text="@string/lablanca_schedule_city"
|
|
|
android:textColor="@color/input_button_color"
|
|
android:textColor="@color/input_button_color"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
- android:layout_margin="6dp"
|
|
|
|
|
- android:layout_weight=".5"
|
|
|
|
|
tools:ignore="ButtonStyle"/>
|
|
tools:ignore="ButtonStyle"/>
|
|
|
|
|
|
|
|
<Button
|
|
<Button
|
|
|
|
|
+ android:id="@+id/bt_lablanca_schedule_gm"
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
|
- android:text="@string/lablanca_schedule_gm"
|
|
|
|
|
- android:id="@+id/bt_lablanca_schedule_gm"
|
|
|
|
|
|
|
+ android:layout_margin="6dp"
|
|
|
|
|
+ android:layout_weight=".5"
|
|
|
android:background="@drawable/button_selector"
|
|
android:background="@drawable/button_selector"
|
|
|
|
|
+ android:text="@string/lablanca_schedule_gm"
|
|
|
android:textColor="@color/input_button_color"
|
|
android:textColor="@color/input_button_color"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
- android:layout_margin="6dp"
|
|
|
|
|
- android:layout_weight=".5"
|
|
|
|
|
tools:ignore="ButtonStyle"/>
|
|
tools:ignore="ButtonStyle"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
@@ -109,63 +126,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<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:background="@drawable/section"
|
|
|
|
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginTop="12dp"
|
|
|
- android:padding="7dp">
|
|
|
|
|
|
|
+ android:background="@drawable/section"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
|
|
+ android:background="@drawable/section_title"
|
|
|
|
|
+ android:paddingBottom="4dp"
|
|
|
|
|
+ android:paddingEnd="10dp"
|
|
|
|
|
+ android:paddingLeft="20dp"
|
|
|
|
|
+ android:paddingRight="10dp"
|
|
|
|
|
+ android:paddingStart="20dp"
|
|
|
|
|
+ android:paddingTop="4dp"
|
|
|
android:text="@string/lablanca_prices"
|
|
android:text="@string/lablanca_prices"
|
|
|
- android:textStyle="bold"/>
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
+ android:textColor="@color/section_title"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"/>
|
|
|
|
|
|
|
|
<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_margin="10dp"
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
android:padding="7dp">
|
|
android:padding="7dp">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
|
|
+ android:layout_marginBottom="15dp"
|
|
|
android:text="@string/lablanca_prices_days"
|
|
android:text="@string/lablanca_prices_days"
|
|
|
- android:layout_marginBottom="15dp"/>
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
+ android:textColor="@color/entry_title"
|
|
|
|
|
+ android:textStyle="bold"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
|
|
|
|
+ android:id="@+id/ll_lablanca_prices_days_list"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:id="@+id/ll_lablanca_prices_days_list">
|
|
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</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_margin="10dp"
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
- android:padding="7dp"
|
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
- android:layout_marginBottom="10dp">
|
|
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+ android:padding="7dp">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
android:text="@string/lablanca_prices_pack"
|
|
android:text="@string/lablanca_prices_pack"
|
|
|
- android:layout_marginBottom="15dp"/>
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
+ android:textColor="@color/entry_title"
|
|
|
|
|
+ android:textStyle="bold"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
|
|
|
|
+ android:id="@+id/ll_lablanca_prices_packs_list"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:id="@+id/ll_lablanca_prices_packs_list"
|
|
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
/>
|
|
/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|