|
|
@@ -6,35 +6,40 @@
|
|
|
android:layout_height="wrap_content" >
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:background="@color/background_app">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_home_section_location"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
+ android:id="@+id/ll_home_section_location"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:padding="7dp"
|
|
|
- android:visibility="gone">
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_location"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_home_section_location_content"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
- android:orientation="vertical"
|
|
|
+ android:id="@+id/ll_home_section_location_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
android:background="@drawable/entry"
|
|
|
- android:padding="7dp">
|
|
|
+ android:padding="7dp"
|
|
|
+ android:layout_margin="3dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -78,10 +83,13 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@drawable/section"
|
|
|
- android:padding="7dp"
|
|
|
android:id="@+id/ll_home_section_lablanca"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:visibility="gone">
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -89,7 +97,8 @@
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:text="@string/lablanca_title"
|
|
|
android:id="@+id/textView4"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:orientation="horizontal"
|
|
|
@@ -97,7 +106,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@drawable/entry"
|
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="10dp">
|
|
|
+ android:layout_margin="3dp">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -128,9 +137,12 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:padding="7dp"
|
|
|
- android:visibility="gone">
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -138,7 +150,8 @@
|
|
|
android:text="@string/home_section_gmschedule"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:orientation="vertical"
|
|
|
@@ -147,7 +160,7 @@
|
|
|
android:background="@drawable/entry"
|
|
|
android:id="@+id/ll_home_section_gmschedule_now_content"
|
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="10dp">
|
|
|
+ android:layout_margin="3dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -174,7 +187,7 @@
|
|
|
android:background="@drawable/entry"
|
|
|
android:id="@+id/ll_home_section_gmschedule_later_content"
|
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="10dp">
|
|
|
+ android:layout_margin="3dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -202,9 +215,12 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:padding="7dp"
|
|
|
- android:visibility="gone">
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -212,7 +228,8 @@
|
|
|
android:text="@string/home_section_cityschedule"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:orientation="vertical"
|
|
|
@@ -221,7 +238,7 @@
|
|
|
android:background="@drawable/entry"
|
|
|
android:id="@+id/ll_home_section_cityschedule_now_content"
|
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="10dp">
|
|
|
+ android:layout_margin="3dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -248,7 +265,7 @@
|
|
|
android:background="@drawable/entry"
|
|
|
android:id="@+id/ll_home_section_cityschedule_later_content"
|
|
|
android:padding="7dp"
|
|
|
- android:layout_margin="10dp">
|
|
|
+ android:layout_margin="3dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -276,25 +293,29 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:padding="7dp"
|
|
|
- android:visibility="gone">
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_around"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_around_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/entry"
|
|
|
- android:padding="7dp">
|
|
|
+ >
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -306,22 +327,26 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:padding="7dp"
|
|
|
- android:visibility="gone">
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_activities_future"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_activities_future_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
</LinearLayout>
|
|
|
@@ -334,22 +359,27 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:padding="7dp">
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_blog"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_blog_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_margin="3dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ >
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -361,21 +391,25 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:padding="7dp">
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_gallery"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_gallery_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/entry"
|
|
|
android:padding="7dp">
|
|
|
@@ -510,22 +544,26 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:padding="7dp"
|
|
|
- android:visibility="gone">
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_activities_past"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_activities_past_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
</LinearLayout>
|
|
|
@@ -538,21 +576,25 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/section"
|
|
|
- android:layout_margin="7dp"
|
|
|
- android:padding="7dp">
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:paddingTop="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/home_section_social"
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/section_title"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_home_section_social_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="10dp"
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/entry"
|
|
|
android:padding="7dp">
|