Removed background in configure map landscape.
This commit is contained in:
parent
af42f7aad9
commit
60d6d55884
1 changed files with 2 additions and 3 deletions
|
@ -56,7 +56,6 @@
|
||||||
android:id="@+id/dash_list_view"
|
android:id="@+id/dash_list_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="?attr/bg_color"
|
|
||||||
android:divider="@null"
|
android:divider="@null"
|
||||||
android:fadeScrollbars="true"/>
|
android:fadeScrollbars="true"/>
|
||||||
|
|
||||||
|
@ -77,9 +76,9 @@
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/map_part_dashboard"
|
android:id="@+id/map_part_dashboard"
|
||||||
android:contentDescription="@string/back_to_map"
|
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent">
|
android:layout_height="fill_parent"
|
||||||
|
android:contentDescription="@string/back_to_map">
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/map_download_button"
|
android:id="@+id/map_download_button"
|
||||||
|
|
Loading…
Reference in a new issue