|
@@ -9,7 +9,7 @@
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/titlebar"
|
|
|
|
|
|
|
+ android:background="@color/background_menu"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
|
android:padding="2dp">
|
|
android:padding="2dp">
|
|
@@ -46,7 +46,8 @@
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="@string/app_name"
|
|
android:text="@string/app_name"
|
|
|
android:textSize="18sp"
|
|
android:textSize="18sp"
|
|
|
- android:textStyle="bold" />
|
|
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:textColor="@color/menu_entry"/>
|
|
|
|
|
|
|
|
<!-- Section title -->
|
|
<!-- Section title -->
|
|
|
|
|
|
|
@@ -56,7 +57,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="@string/menu_home"
|
|
android:text="@string/menu_home"
|
|
|
- android:textSize="20sp" />
|
|
|
|
|
|
|
+ android:textSize="20sp"
|
|
|
|
|
+ android:textColor="@color/menu_entry"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
@@ -91,7 +93,7 @@
|
|
|
android:scrollIndicators="none"
|
|
android:scrollIndicators="none"
|
|
|
android:requiresFadingEdge="horizontal"
|
|
android:requiresFadingEdge="horizontal"
|
|
|
android:fadingEdgeLength="125dp"
|
|
android:fadingEdgeLength="125dp"
|
|
|
- android:background="@color/background_bar_gradient"
|
|
|
|
|
|
|
+ android:background="@color/background_menu"
|
|
|
tools:ignore="UnusedAttribute">
|
|
tools:ignore="UnusedAttribute">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -117,7 +119,8 @@
|
|
|
android:textSize="15sp"
|
|
android:textSize="15sp"
|
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerInParent="true"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
- android:id="@+id/tv_menu_home"/>
|
|
|
|
|
|
|
+ android:id="@+id/tv_menu_home"
|
|
|
|
|
+ android:textColor="@color/menu_entry"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -150,7 +153,8 @@
|
|
|
android:layout_gravity="top"
|
|
android:layout_gravity="top"
|
|
|
android:textSize="15sp"
|
|
android:textSize="15sp"
|
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerInParent="true"
|
|
|
- android:id="@+id/tv_menu_location"/>
|
|
|
|
|
|
|
+ android:id="@+id/tv_menu_location"
|
|
|
|
|
+ android:textColor="@color/menu_entry"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -183,7 +187,8 @@
|
|
|
android:layout_gravity="top"
|
|
android:layout_gravity="top"
|
|
|
android:textSize="15sp"
|
|
android:textSize="15sp"
|
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerInParent="true"
|
|
|
- android:id="@+id/tv_menu_lablanca"/>
|
|
|
|
|
|
|
+ android:id="@+id/tv_menu_lablanca"
|
|
|
|
|
+ android:textColor="@color/menu_entry"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -216,7 +221,8 @@
|
|
|
android:layout_gravity="top"
|
|
android:layout_gravity="top"
|
|
|
android:textSize="15sp"
|
|
android:textSize="15sp"
|
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerInParent="true"
|
|
|
- android:id="@+id/tv_menu_activities"/>
|
|
|
|
|
|
|
+ android:id="@+id/tv_menu_activities"
|
|
|
|
|
+ android:textColor="@color/menu_entry"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -249,7 +255,8 @@
|
|
|
android:layout_gravity="top"
|
|
android:layout_gravity="top"
|
|
|
android:textSize="15sp"
|
|
android:textSize="15sp"
|
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerInParent="true"
|
|
|
- android:id="@+id/tv_menu_blog"/>
|
|
|
|
|
|
|
+ android:id="@+id/tv_menu_blog"
|
|
|
|
|
+ android:textColor="@color/menu_entry"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -282,7 +289,8 @@
|
|
|
android:layout_gravity="top"
|
|
android:layout_gravity="top"
|
|
|
android:textSize="15sp"
|
|
android:textSize="15sp"
|
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerInParent="true"
|
|
|
- android:id="@+id/tv_menu_gallery"/>
|
|
|
|
|
|
|
+ android:id="@+id/tv_menu_gallery"
|
|
|
|
|
+ android:textColor="@color/menu_entry"/>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -305,13 +313,15 @@
|
|
|
<ScrollView
|
|
<ScrollView
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:id="@+id/sv_main_content">
|
|
|
|
|
|
|
+ android:id="@+id/sv_main_content"
|
|
|
|
|
+ android:background="@color/background_app">
|
|
|
|
|
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
|
android:id="@+id/activity_main_content_fragment"
|
|
android:id="@+id/activity_main_content_fragment"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- tools:ignore="ScrollViewSize">
|
|
|
|
|
|
|
+ tools:ignore="ScrollViewSize"
|
|
|
|
|
+ android:background="@color/background_app">
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
</ScrollView>
|
|
</ScrollView>
|