From 63b87b529196c056fb4d96a58eded3936d3445f2 Mon Sep 17 00:00:00 2001
From: haijiang <181069201@qq.com>
Date: Tue, 17 Jul 2018 16:19:35 +0800
Subject: [PATCH] 提交

---
 app/src/main/res/layout/ac_map_layout.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/app/src/main/res/layout/ac_map_layout.xml b/app/src/main/res/layout/ac_map_layout.xml
index 531c314..4ed0edb 100644
--- a/app/src/main/res/layout/ac_map_layout.xml
+++ b/app/src/main/res/layout/ac_map_layout.xml
@@ -33,6 +33,18 @@
             android:singleLine="true"
             android:text="������������"
             android:textSize="17sp" />
+        <TextView
+            android:id="@+id/tv_right"
+            android:layout_width="wrap_content"
+            android:layout_height="match_parent"
+            android:gravity="center"
+            android:textColor="@color/white"
+            android:drawablePadding="@dimen/x4"
+            android:textSize="14sp"
+            android:text="������������"
+            android:layout_alignParentRight="true"
+            android:paddingRight="@dimen/x16"
+            />
     </RelativeLayout>
     <RelativeLayout
         android:layout_width="match_parent"

--
Gitblit v1.8.0