ient/src/e94464a8ec5b5c32095bd86a49bc0aa7027602f4/app/src/main/res/layout/app_bar_main.xml">View File
@@ -76,21 +76,4 @@ |
||
| 76 | 76 |
android:visibility="invisible" |
| 77 | 77 |
android:background="@drawable/ic_gather"/> |
| 78 | 78 |
|
| 79 |
- |
|
| 80 |
- <TextView |
|
| 81 |
- android:id="@+id/tv_gather_info" |
|
| 82 |
- android:layout_width="wrap_content" |
|
| 83 |
- android:layout_height="wrap_content" |
|
| 84 |
- android:layout_gravity="bottom|start" |
|
| 85 |
- android:gravity="center" |
|
| 86 |
- android:textSize="16sp" |
|
| 87 |
- android:padding="10dp" |
|
| 88 |
- android:minHeight="60dp" |
|
| 89 |
- android:visibility="invisible" |
|
| 90 |
- android:textColor="@color/dark_grey" |
|
| 91 |
- android:layout_marginRight="80dp" |
|
| 92 |
- android:layout_marginLeft="80dp" |
|
| 93 |
- android:layout_marginBottom="66dp" |
|
| 94 |
- android:background="@drawable/round_edittext"/> |
|
| 95 |
- |
|
| 96 | 79 |
</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> |