|
|
@@ -18,22 +18,23 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:contentDescription="@string/app_name"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="40dp"
|
|
|
android:id="@+id/iv_logo"
|
|
|
android:src="@drawable/ic_launcher"
|
|
|
android:adjustViewBounds="true"
|
|
|
android:layout_weight=".2"
|
|
|
+ android:padding="1dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:maxHeight="45dp"
|
|
|
android:maxWidth="45dp"
|
|
|
- android:padding="1dp"/>
|
|
|
+ android:layout_gravity="center_vertical"/>
|
|
|
|
|
|
<!-- Layout with the app title and current section -->
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
+ android:layout_gravity="center_vertical|center"
|
|
|
android:layout_weight=".8"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical" >
|
|
|
@@ -63,7 +64,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageButton
|
|
|
- android:layout_width="40dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
android:src="@drawable/ic_expand"
|
|
|
android:contentDescription="@string/tutorial_menu"
|
|
|
@@ -71,7 +72,9 @@
|
|
|
android:layout_weight=".2"
|
|
|
android:id="@+id/bt_menu"
|
|
|
app:srcCompat="@drawable/ic_expand"
|
|
|
- android:background="#00000000"/>
|
|
|
+ android:background="#00000000"
|
|
|
+ android:adjustViewBounds="false"
|
|
|
+ android:cropToPadding="false"/>
|
|
|
|
|
|
<ProgressBar
|
|
|
android:id="@+id/pb_sync"
|
|
|
@@ -88,11 +91,11 @@
|
|
|
|
|
|
<HorizontalScrollView
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="50dp"
|
|
|
+ android:layout_height="55dp"
|
|
|
android:id="@+id/sv_menu"
|
|
|
android:scrollIndicators="none"
|
|
|
android:requiresFadingEdge="horizontal"
|
|
|
- android:fadingEdgeLength="125dp"
|
|
|
+ android:fadingEdgeLength="80dp"
|
|
|
android:background="@color/background_menu"
|
|
|
tools:ignore="UnusedAttribute">
|
|
|
|
|
|
@@ -100,7 +103,7 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
- >
|
|
|
+ android:layout_marginBottom="1dp">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:orientation="vertical"
|
|
|
@@ -124,7 +127,6 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="8dp"
|
|
|
android:id="@+id/iv_menu_home"
|
|
|
android:background="@color/menu_selected"
|
|
|
android:alpha="1"
|
|
|
@@ -134,7 +136,8 @@
|
|
|
android:layout_alignParentLeft="false"
|
|
|
android:layout_alignParentRight="false"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
- tools:ignore="ContentDescription"/>
|
|
|
+ tools:ignore="ContentDescription"
|
|
|
+ android:layout_height="7dp"/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -158,7 +161,6 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="2dp"
|
|
|
android:id="@+id/iv_menu_location"
|
|
|
android:background="@color/menu_selected"
|
|
|
android:alpha="1"
|
|
|
@@ -168,7 +170,8 @@
|
|
|
android:layout_alignParentLeft="false"
|
|
|
android:layout_alignParentRight="false"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
- tools:ignore="ContentDescription"/>
|
|
|
+ tools:ignore="ContentDescription"
|
|
|
+ android:layout_height="3dp"/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -192,7 +195,6 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="2dp"
|
|
|
android:id="@+id/iv_menu_lablanca"
|
|
|
android:background="@color/menu_selected"
|
|
|
android:alpha="1"
|
|
|
@@ -202,7 +204,8 @@
|
|
|
android:layout_alignParentLeft="false"
|
|
|
android:layout_alignParentRight="false"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
- tools:ignore="ContentDescription"/>
|
|
|
+ tools:ignore="ContentDescription"
|
|
|
+ android:layout_height="3dp"/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -226,7 +229,6 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="2dp"
|
|
|
android:id="@+id/iv_menu_activities"
|
|
|
android:background="@color/menu_selected"
|
|
|
android:alpha="1"
|
|
|
@@ -236,7 +238,8 @@
|
|
|
android:layout_alignParentLeft="false"
|
|
|
android:layout_alignParentRight="false"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
- tools:ignore="ContentDescription"/>
|
|
|
+ tools:ignore="ContentDescription"
|
|
|
+ android:layout_height="3dp"/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -260,7 +263,6 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="2dp"
|
|
|
android:id="@+id/iv_menu_blog"
|
|
|
android:background="@color/menu_selected"
|
|
|
android:alpha="1"
|
|
|
@@ -270,7 +272,8 @@
|
|
|
android:layout_alignParentLeft="false"
|
|
|
android:layout_alignParentRight="false"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
- tools:ignore="ContentDescription"/>
|
|
|
+ tools:ignore="ContentDescription"
|
|
|
+ android:layout_height="3dp"/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -294,7 +297,6 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="2dp"
|
|
|
android:id="@+id/iv_menu_gallery"
|
|
|
android:background="@color/menu_selected"
|
|
|
android:alpha="1"
|
|
|
@@ -304,7 +306,8 @@
|
|
|
android:layout_alignParentLeft="false"
|
|
|
android:layout_alignParentRight="false"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
- tools:ignore="ContentDescription"/>
|
|
|
+ tools:ignore="ContentDescription"
|
|
|
+ android:layout_height="3dp"/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
</LinearLayout>
|