aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_show_locaction.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-27 19:34:36 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-27 19:34:36 +0200
commitc8d159adca8258c88e91c8decc41fe1b90afc765 (patch)
treef5b1614fa1ba31e8c475a58e57ad5f8b30bf26c5 /src/main/res/layout/activity_show_locaction.xml
parent576b852582ad6a51da0c8abdda2c57116ec57f5e (diff)
some color changes
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_show_locaction.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/activity_show_locaction.xml b/src/main/res/layout/activity_show_locaction.xml
index b7a98765f..6b560c2a7 100644
--- a/src/main/res/layout/activity_show_locaction.xml
+++ b/src/main/res/layout/activity_show_locaction.xml
@@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?attr/color_background_secondary">
+ android:background="?attr/color_background_tertiary">
<include
android:id="@+id/toolbar"
@@ -18,7 +18,7 @@
<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
- android:layout_height="match_parent"></WebView>
+ android:layout_height="match_parent" />
</LinearLayout>
<android.support.design.widget.FloatingActionButton