aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_show_locaction.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/activity_show_locaction.xml')
-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