|
@@ -1,5 +1,6 @@
|
|
|
<com.ivalentin.margolariak.CustomScrollView
|
|
<com.ivalentin.margolariak.CustomScrollView
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:id="@+id/sh_home_layout"
|
|
android:id="@+id/sh_home_layout"
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
@@ -13,23 +14,27 @@
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_location"
|
|
android:id="@+id/ll_home_section_location"
|
|
|
- android:layout_width="fill_parent"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:visibility="gone"
|
|
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_location"
|
|
android:text="@string/home_section_location"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"
|
|
|
|
|
+ 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"/>
|
|
android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -39,14 +44,15 @@
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
android:padding="7dp"
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="3dp">
|
|
|
|
|
|
|
+ android:layout_margin="8dp">
|
|
|
|
|
|
|
|
<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:style/TextAppearance.Medium"
|
|
|
|
|
- android:text="@string/home_section_location_text_0"
|
|
|
|
|
- android:id="@+id/textView9"/>
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
+ android:textColor="@color/entry_title"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:text="@string/home_section_location_text_0"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
@@ -81,24 +87,26 @@
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
android:id="@+id/ll_home_section_lablanca"
|
|
android:id="@+id/ll_home_section_lablanca"
|
|
|
- android:visibility="gone"
|
|
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
|
|
<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:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:text="@string/lablanca_title"
|
|
android:text="@string/lablanca_title"
|
|
|
- android:id="@+id/textView4"
|
|
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
- android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
+ android:textColor="@color/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"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
@@ -106,7 +114,7 @@
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
android:padding="7dp"
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="3dp">
|
|
|
|
|
|
|
+ android:layout_margin="8dp">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -125,8 +133,14 @@
|
|
|
android:id="@+id/tv_home_section_lablanca_text"
|
|
android:id="@+id/tv_home_section_lablanca_text"
|
|
|
android:layout_weight=".6"
|
|
android:layout_weight=".6"
|
|
|
android:padding="7dp"
|
|
android:padding="7dp"
|
|
|
- android:maxLines="4"
|
|
|
|
|
- android:ellipsize="end"/>
|
|
|
|
|
|
|
+ android:maxLines="4"/>
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:layout_marginTop="-40dp"
|
|
|
|
|
+ android:background="@drawable/gradient_v_white"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -137,20 +151,23 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:visibility="gone"
|
|
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_gmschedule"
|
|
android:text="@string/home_section_gmschedule"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"
|
|
|
|
|
+ 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"/>
|
|
android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -160,14 +177,15 @@
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
android:id="@+id/ll_home_section_gmschedule_now_content"
|
|
android:id="@+id/ll_home_section_gmschedule_now_content"
|
|
|
android:padding="7dp"
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="3dp">
|
|
|
|
|
|
|
+ android:layout_margin="8dp">
|
|
|
|
|
|
|
|
<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:style/TextAppearance.Medium"
|
|
|
|
|
- android:text="@string/schedule_now"
|
|
|
|
|
- android:textStyle="bold"/>
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
+ android:textColor="@color/entry_title"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:text="@string/schedule_now"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_gmschedule_now_list"
|
|
android:id="@+id/ll_home_section_gmschedule_now_list"
|
|
@@ -187,14 +205,15 @@
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
android:id="@+id/ll_home_section_gmschedule_later_content"
|
|
android:id="@+id/ll_home_section_gmschedule_later_content"
|
|
|
android:padding="7dp"
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="3dp">
|
|
|
|
|
|
|
+ android:layout_margin="8dp">
|
|
|
|
|
|
|
|
<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:style/TextAppearance.Medium"
|
|
|
|
|
- android:text="@string/schedule_later"
|
|
|
|
|
- android:textStyle="bold"/>
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
+ android:textColor="@color/entry_title"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:text="@string/schedule_later"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_gmschedule_later_list"
|
|
android:id="@+id/ll_home_section_gmschedule_later_list"
|
|
@@ -215,20 +234,23 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:visibility="gone"
|
|
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_cityschedule"
|
|
android:text="@string/home_section_cityschedule"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"
|
|
|
|
|
+ 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"/>
|
|
android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -238,14 +260,15 @@
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
android:id="@+id/ll_home_section_cityschedule_now_content"
|
|
android:id="@+id/ll_home_section_cityschedule_now_content"
|
|
|
android:padding="7dp"
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="3dp">
|
|
|
|
|
|
|
+ android:layout_margin="8dp">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:textAppearance="@android:style/TextAppearance.Medium"
|
|
|
|
|
- android:text="@string/schedule_now"
|
|
|
|
|
- android:textStyle="bold"/>
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
+ android:textColor="@color/entry_title"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:text="@string/schedule_now"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_cityschedule_now_list"
|
|
android:id="@+id/ll_home_section_cityschedule_now_list"
|
|
@@ -265,14 +288,15 @@
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
android:id="@+id/ll_home_section_cityschedule_later_content"
|
|
android:id="@+id/ll_home_section_cityschedule_later_content"
|
|
|
android:padding="7dp"
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="3dp">
|
|
|
|
|
|
|
+ android:layout_margin="8dp">
|
|
|
|
|
|
|
|
<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:style/TextAppearance.Medium"
|
|
|
|
|
- android:text="@string/schedule_later"
|
|
|
|
|
- android:textStyle="bold"/>
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
+ android:textColor="@color/entry_title"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:text="@string/schedule_later"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_cityschedule_later_list"
|
|
android:id="@+id/ll_home_section_cityschedule_later_list"
|
|
@@ -293,26 +317,30 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:visibility="gone"
|
|
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_around"
|
|
android:text="@string/home_section_around"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"
|
|
|
|
|
+ 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"/>
|
|
android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_around_content"
|
|
android:id="@+id/ll_home_section_around_content"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="3dp"
|
|
|
|
|
|
|
+ android:layout_margin="8dp"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
>
|
|
>
|
|
@@ -327,26 +355,30 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:visibility="gone"
|
|
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_activities_future"
|
|
android:text="@string/home_section_activities_future"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"
|
|
|
|
|
+ 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"/>
|
|
android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_activities_future_content"
|
|
android:id="@+id/ll_home_section_activities_future_content"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="3dp"
|
|
|
|
|
|
|
+ android:layout_margin="8dp"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -359,27 +391,30 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_blog"
|
|
android:text="@string/home_section_blog"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"
|
|
|
|
|
+ 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"/>
|
|
android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_blog_content"
|
|
android:id="@+id/ll_home_section_blog_content"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="3dp"
|
|
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
- >
|
|
|
|
|
|
|
+ android:layout_margin="8dp">
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
@@ -391,25 +426,29 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_gallery"
|
|
android:text="@string/home_section_gallery"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"
|
|
|
|
|
+ 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"/>
|
|
android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_gallery_content"
|
|
android:id="@+id/ll_home_section_gallery_content"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="3dp"
|
|
|
|
|
|
|
+ android:layout_margin="8dp"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
android:padding="7dp">
|
|
android:padding="7dp">
|
|
@@ -432,9 +471,9 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:id="@+id/iv_home_section_gallery_0"
|
|
android:id="@+id/iv_home_section_gallery_0"
|
|
|
android:contentDescription="@string/app_cdesc"
|
|
android:contentDescription="@string/app_cdesc"
|
|
|
- android:layout_margin="7dp"
|
|
|
|
|
- android:padding="1dp"
|
|
|
|
|
- android:background="@color/album_border"
|
|
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
|
|
+ android:padding="0.5dp"
|
|
|
|
|
+ android:background="@color/image_border"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
/>
|
|
/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -451,9 +490,9 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:id="@+id/iv_home_section_gallery_1"
|
|
android:id="@+id/iv_home_section_gallery_1"
|
|
|
android:contentDescription="@string/app_cdesc"
|
|
android:contentDescription="@string/app_cdesc"
|
|
|
- android:layout_margin="7dp"
|
|
|
|
|
- android:background="@color/album_border"
|
|
|
|
|
- android:padding="1dp"
|
|
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
|
|
+ android:background="@color/image_border"
|
|
|
|
|
+ android:padding="0.5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
/>
|
|
/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -478,9 +517,9 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:id="@+id/iv_home_section_gallery_2"
|
|
android:id="@+id/iv_home_section_gallery_2"
|
|
|
android:contentDescription="@string/app_cdesc"
|
|
android:contentDescription="@string/app_cdesc"
|
|
|
- android:layout_margin="7dp"
|
|
|
|
|
- android:padding="1dp"
|
|
|
|
|
- android:background="@color/album_border"
|
|
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
|
|
+ android:padding="0.5dp"
|
|
|
|
|
+ android:background="@color/image_border"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
/>
|
|
/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -497,9 +536,9 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:id="@+id/iv_home_section_gallery_3"
|
|
android:id="@+id/iv_home_section_gallery_3"
|
|
|
android:contentDescription="@string/app_cdesc"
|
|
android:contentDescription="@string/app_cdesc"
|
|
|
- android:layout_margin="7dp"
|
|
|
|
|
- android:background="@color/album_border"
|
|
|
|
|
- android:padding="1dp"
|
|
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
|
|
+ android:background="@color/image_border"
|
|
|
|
|
+ android:padding="0.5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
/>
|
|
/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -544,26 +583,29 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:visibility="gone"
|
|
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_activities_past"
|
|
android:text="@string/home_section_activities_past"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"
|
|
|
|
|
+ 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"/>
|
|
android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_activities_past_content"
|
|
android:id="@+id/ll_home_section_activities_past_content"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="3dp"
|
|
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -576,25 +618,29 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
android:background="@drawable/section"
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
|
- android:layout_marginRight="0dp"
|
|
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
|
|
- android:paddingTop="5dp">
|
|
|
|
|
|
|
+ android:layout_margin="10dp">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_social"
|
|
android:text="@string/home_section_social"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
|
|
+ tools:layout_width="match_parent"
|
|
|
|
|
+ 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"/>
|
|
android:textColor="@color/section_title"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_social_content"
|
|
android:id="@+id/ll_home_section_social_content"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="3dp"
|
|
|
|
|
|
|
+ android:layout_margin="8dp"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/entry"
|
|
android:background="@drawable/entry"
|
|
|
android:padding="7dp">
|
|
android:padding="7dp">
|
|
@@ -608,40 +654,40 @@
|
|
|
android:id="@+id/iv_home_section_social_phone"
|
|
android:id="@+id/iv_home_section_social_phone"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
|
|
|
|
+ android:layout_margin="5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
android:contentDescription="@string/social_phone"
|
|
android:contentDescription="@string/social_phone"
|
|
|
- android:maxWidth="50dp"
|
|
|
|
|
|
|
+ android:maxWidth="60dp"
|
|
|
android:src="@drawable/social_phone"/>
|
|
android:src="@drawable/social_phone"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/iv_home_section_social_mail"
|
|
android:id="@+id/iv_home_section_social_mail"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
|
|
|
|
+ android:layout_margin="5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
android:contentDescription="@string/social_mail"
|
|
android:contentDescription="@string/social_mail"
|
|
|
- android:maxWidth="50dp"
|
|
|
|
|
|
|
+ android:maxWidth="60dp"
|
|
|
android:src="@drawable/social_mail" />
|
|
android:src="@drawable/social_mail" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/iv_home_section_social_whatsapp"
|
|
android:id="@+id/iv_home_section_social_whatsapp"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
|
|
|
|
+ android:layout_margin="5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
android:contentDescription="@string/social_whatsapp"
|
|
android:contentDescription="@string/social_whatsapp"
|
|
|
- android:maxWidth="50dp"
|
|
|
|
|
|
|
+ android:maxWidth="60dp"
|
|
|
android:src="@drawable/social_whatsapp" />
|
|
android:src="@drawable/social_whatsapp" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/iv_home_section_social_facebook"
|
|
android:id="@+id/iv_home_section_social_facebook"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
|
|
|
|
+ android:layout_margin="5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
android:contentDescription="@string/social_facebook"
|
|
android:contentDescription="@string/social_facebook"
|
|
|
- android:maxWidth="50dp"
|
|
|
|
|
|
|
+ android:maxWidth="60dp"
|
|
|
android:src="@drawable/social_facebook" />
|
|
android:src="@drawable/social_facebook" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
@@ -654,42 +700,44 @@
|
|
|
android:id="@+id/iv_home_section_social_twitter"
|
|
android:id="@+id/iv_home_section_social_twitter"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
|
|
|
|
+ android:layout_margin="5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
android:contentDescription="@string/social_twitter"
|
|
android:contentDescription="@string/social_twitter"
|
|
|
- android:maxWidth="50dp"
|
|
|
|
|
|
|
+ android:maxWidth="60dp"
|
|
|
android:src="@drawable/social_twitter" />
|
|
android:src="@drawable/social_twitter" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/iv_home_section_social_googleplus"
|
|
android:id="@+id/iv_home_section_social_googleplus"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
|
|
|
|
+ android:layout_margin="5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
android:contentDescription="@string/social_googleplus"
|
|
android:contentDescription="@string/social_googleplus"
|
|
|
- android:maxWidth="50dp"
|
|
|
|
|
|
|
+ android:maxWidth="60dp"
|
|
|
android:src="@drawable/social_googleplus" />
|
|
android:src="@drawable/social_googleplus" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/iv_home_section_social_youtube"
|
|
android:id="@+id/iv_home_section_social_youtube"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
|
|
|
|
+ android:layout_margin="5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
android:contentDescription="@string/social_youtube"
|
|
android:contentDescription="@string/social_youtube"
|
|
|
- android:maxWidth="50dp"
|
|
|
|
|
|
|
+ android:maxWidth="60dp"
|
|
|
android:src="@drawable/social_youtube" />
|
|
android:src="@drawable/social_youtube" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/iv_home_section_social_instagram"
|
|
android:id="@+id/iv_home_section_social_instagram"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
|
|
|
|
+ android:layout_margin="5dp"
|
|
|
android:adjustViewBounds="true"
|
|
android:adjustViewBounds="true"
|
|
|
android:contentDescription="@string/social_instagram"
|
|
android:contentDescription="@string/social_instagram"
|
|
|
- android:maxWidth="50dp"
|
|
|
|
|
|
|
+ android:maxWidth="60dp"
|
|
|
android:src="@drawable/social_instagram" />
|
|
android:src="@drawable/social_instagram" />
|
|
|
|
|
+
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
+
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|