|
|
@@ -85,61 +85,62 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
+ android:id="@+id/ll_home_section_lablanca"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/section"
|
|
|
- android:id="@+id/ll_home_section_lablanca"
|
|
|
android:layout_margin="10dp"
|
|
|
+ android:background="@drawable/section"
|
|
|
+ android:orientation="vertical"
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:text="@string/lablanca_title"
|
|
|
- android:textStyle="bold"
|
|
|
- android:textColor="@color/section_title"
|
|
|
+ android:background="@drawable/section_title"
|
|
|
android:paddingBottom="4dp"
|
|
|
android:paddingEnd="10dp"
|
|
|
android:paddingLeft="20dp"
|
|
|
android:paddingRight="10dp"
|
|
|
android:paddingStart="20dp"
|
|
|
android:paddingTop="4dp"
|
|
|
- android:background="@drawable/section_title"/>
|
|
|
+ android:text="@string/lablanca_title"
|
|
|
+ android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
+ android:textColor="@color/section_title"
|
|
|
+ android:textStyle="bold"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:layout_margin="8dp"
|
|
|
android:background="@drawable/entry"
|
|
|
- android:padding="7dp"
|
|
|
- android:layout_margin="8dp">
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:padding="7dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
android:id="@+id/iv_home_section_lablanca_image"
|
|
|
- android:contentDescription="@string/app_cdesc"
|
|
|
- android:layout_weight=".4"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_margin="3dp"
|
|
|
+ android:layout_weight=".7"
|
|
|
android:adjustViewBounds="true"
|
|
|
- android:maxWidth="130dp"/>
|
|
|
+ android:contentDescription="@string/app_cdesc"
|
|
|
+ android:maxWidth="130dp"
|
|
|
+ android:minHeight="95dp"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textAppearance="@android:style/TextAppearance.Medium"
|
|
|
android:id="@+id/tv_home_section_lablanca_text"
|
|
|
- android:layout_weight=".6"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight=".3"
|
|
|
+ android:maxLines="4"
|
|
|
android:padding="7dp"
|
|
|
- android:maxLines="4"/>
|
|
|
+ android:textAppearance="@android:style/TextAppearance.Medium"/>
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginTop="-40dp"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@drawable/gradient_v_white"/>
|
|
|
|
|
|
</LinearLayout>
|