|
|
@@ -40,7 +40,47 @@
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_weight="3"
|
|
|
android:clickable="false" />
|
|
|
-
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/qzone_map_ll"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/hidden_location_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:padding="5dp"
|
|
|
+ android:text="不显示位置"
|
|
|
+ android:textSize="@dimen/text_main"
|
|
|
+ android:textColor="@color/titleBlue"
|
|
|
+ android:visibility="visible"
|
|
|
+ />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:background="@color/light_gray"
|
|
|
+ android:visibility="visible"/>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/location_city_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:padding="5dp"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="@dimen/text_main"
|
|
|
+ />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:background="@color/light_gray"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
<ListView
|
|
|
android:id="@+id/listview"
|
|
|
android:layout_width="match_parent"
|