aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout/share_locaction_activity.xml4
-rw-r--r--src/main/res/values/ids.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/main/res/layout/share_locaction_activity.xml b/src/main/res/layout/share_locaction_activity.xml
index 131a51df2..b360b649c 100644
--- a/src/main/res/layout/share_locaction_activity.xml
+++ b/src/main/res/layout/share_locaction_activity.xml
@@ -63,7 +63,7 @@
</RelativeLayout>
<RelativeLayout
- android:id="@+id/location"
+ android:id="@+id/snackbar_location"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
@@ -76,7 +76,7 @@
android:visibility="gone" >
<TextView
- android:id="@id/snackbar_message"
+ android:id="@id/snackbar_location_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
diff --git a/src/main/res/values/ids.xml b/src/main/res/values/ids.xml
new file mode 100644
index 000000000..76c3940b0
--- /dev/null
+++ b/src/main/res/values/ids.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <item name="snackbar_location_message" type="id" />
+</resources> \ No newline at end of file