1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Regression fix: main menu background not properly applied to the entire menu zone.

This commit is contained in:
Christophe Beyls 2015-12-25 16:39:28 +01:00
parent 54f6a6945e
commit d5b0b833dd

View file

@ -35,14 +35,14 @@
android:layout_width="260dp" android:layout_width="260dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="left" android:layout_gravity="left"
android:background="@color/main_menu_background"
android:orientation="vertical"> android:orientation="vertical">
<ScrollView <ScrollView
android:id="@+id/main_menu_scroll" android:id="@+id/main_menu_scroll"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_weight="1" android:layout_weight="1">
android:background="@color/main_menu_background">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"