aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/share_locaction_activity.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-14 13:59:08 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-14 13:59:08 +0200
commit4fbbd10c6478687be081c220b9fbc194721b2b31 (patch)
tree6d606891165e23c47586264cfa13d896ad52cfba /src/main/res/layout/share_locaction_activity.xml
parente7736881ee770c2e5c0fb774ebbb31efc60ecbe0 (diff)
show addresses in ShareLocation and ShowLocation
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/share_locaction_activity.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/main/res/layout/share_locaction_activity.xml b/src/main/res/layout/share_locaction_activity.xml
index a52632666..131a51df2 100644
--- a/src/main/res/layout/share_locaction_activity.xml
+++ b/src/main/res/layout/share_locaction_activity.xml
@@ -62,6 +62,31 @@
android:layout_alignParentEnd="true"/>
</RelativeLayout>
+ <RelativeLayout
+ android:id="@+id/location"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="4dp"
+ android:layout_marginBottom="4dp"
+ android:layout_marginLeft="8dp"
+ android:layout_marginRight="8dp"
+ android:layout_above="@+id/button_bar"
+ android:background="@drawable/snackbar"
+ android:minHeight="24dp"
+ android:visibility="gone" >
+
+ <TextView
+ android:id="@id/snackbar_message"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentLeft="true"
+ android:paddingLeft="24dp"
+ android:textColor="@color/grey50"
+ android:textSize="?attr/TextSizeBody"
+ android:layout_centerVertical="true" />
+
+ </RelativeLayout>
+
<LinearLayout
android:id="@+id/button_bar"
android:layout_width="wrap_content"