es-num lines-num-new">
- android:visibility="invisible"
- android:textColor="@color/dark_grey"
- android:layout_marginRight="80dp"
- android:layout_marginLeft="80dp"
- android:layout_marginBottom="66dp"
- android:background="@drawable/round_edittext"/>
-
</android.support.design.widget.CoordinatorLayout>
@@ -0,0 +1,44 @@ |
||
| 1 |
+<?xml version="1.0" encoding="utf-8"?> |
|
| 2 |
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
| 3 |
+ android:layout_width="match_parent" |
|
| 4 |
+ android:layout_height="match_parent"> |
|
| 5 |
+ |
|
| 6 |
+ <RelativeLayout |
|
| 7 |
+ android:id="@+id/click_to_dismiss" |
|
| 8 |
+ android:layout_width="match_parent" |
|
| 9 |
+ android:layout_height="match_parent" |
|
| 10 |
+ android:background="@color/popup_bg"> |
|
| 11 |
+ |
|
| 12 |
+ <LinearLayout |
|
| 13 |
+ android:id="@+id/popup_anima" |
|
| 14 |
+ android:layout_width="match_parent" |
|
| 15 |
+ android:layout_height="wrap_content" |
|
| 16 |
+ android:layout_margin="20dp" |
|
| 17 |
+ android:padding="8dp" |
|
| 18 |
+ android:layout_centerInParent="true" |
|
| 19 |
+ android:gravity="center" |
|
| 20 |
+ android:background="@color/pop_bg_color" |
|
| 21 |
+ android:orientation="vertical"> |
|
| 22 |
+ |
|
| 23 |
+ |
|
| 24 |
+ |
|
| 25 |
+ <TextView |
|
| 26 |
+ android:id="@+id/tv_gather_info" |
|
| 27 |
+ android:layout_width="wrap_content" |
|
| 28 |
+ android:layout_height="wrap_content" |
|
| 29 |
+ android:textColor="@color/dark_grey" |
|
| 30 |
+ android:layout_marginTop="4dp" |
|
| 31 |
+ android:textSize="16sp" /> |
|
| 32 |
+ |
|
| 33 |
+ |
|
| 34 |
+ <ImageView |
|
| 35 |
+ android:id="@+id/iv_gather_map" |
|
| 36 |
+ android:layout_width="240dp" |
|
| 37 |
+ android:layout_height="240dp" |
|
| 38 |
+ android:layout_marginTop="16dp"/> |
|
| 39 |
+ |
|
| 40 |
+ |
|
| 41 |
+ </LinearLayout> |
|
| 42 |
+ |
|
| 43 |
+ </RelativeLayout> |
|
| 44 |
+</RelativeLayout> |