aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/share_locaction_activity.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-22 18:23:52 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-22 18:23:52 +0200
commit73a02abfd73da1ca5f5f9ed6c0c7c287371d0d25 (patch)
tree4947531c46582ce10772d0c403f0d87abf54c0fc /src/main/res/layout/share_locaction_activity.xml
parent71d07cf545cc1529c76a3d1654c508861374c20c (diff)
load address async to avoid app hang on slow networks
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/share_locaction_activity.xml4
1 files changed, 2 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"