es-num lines-num-new">
-        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>

+ 44 - 0
app/src/main/res/layout/pop_gather_info.xml

@@ -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>

thermometer - Gogs: Go Git Service

Geen omschrijving

huangqimin001: a6bdd3725f :tada: Initial 5 jaren geleden
..
migrations a6bdd3725f :tada: Initial 5 jaren geleden
static a6bdd3725f :tada: Initial 5 jaren geleden
__init__.py a6bdd3725f :tada: Initial 5 jaren geleden
admin.py a6bdd3725f :tada: Initial 5 jaren geleden
apps.py a6bdd3725f :tada: Initial 5 jaren geleden
models.py a6bdd3725f :tada: Initial 5 jaren geleden
tests.py a6bdd3725f :tada: Initial 5 jaren geleden
views.py a6bdd3725f :tada: Initial 5 jaren geleden