ientation="vertical"> 21
+
22
+
23
+            <RelativeLayout
24
+                android:layout_width="match_parent"
25
+                android:layout_height="match_parent">
26
+
27
+                <TextView
28
+                    android:id="@+id/tv_pop_delete_title"
29
+                    android:layout_width="match_parent"
30
+                    android:layout_height="wrap_content"
31
+                    android:layout_marginTop="20dp"
32
+                    android:text="@string/exit_session_confirm"
33
+                    android:textColor="@color/black"
34
+                    android:layout_marginLeft="24dp"
35
+                    android:textSize="18sp" />
36
+
37
+
38
+                <TextView
39
+                    android:id="@+id/tv_pop_delete_hint"
40
+                    android:layout_width="match_parent"
41
+                    android:layout_height="wrap_content"
42
+                    android:layout_marginTop="56dp"
43
+                    android:layout_marginLeft="24dp"
44
+                    android:text="@string/exit_session_hint"
45
+                    android:textColor="@color/grey"
46
+                    android:textSize="16sp" />
47
+
48
+
49
+
50
+                <LinearLayout
51
+                    android:layout_width="match_parent"
52
+                    android:layout_height="wrap_content"
53
+                    android:layout_alignParentBottom="true"
54
+                    android:paddingBottom="14dp"
55
+                    android:gravity="center"
56
+                    android:orientation="horizontal">
57
+
58
+
59
+                    <Button
60
+                        android:id="@+id/btn_cancel_delete"
61
+                        android:layout_width="120dp"
62
+                        android:layout_height="36dp"
63
+                        android:gravity="center"
64
+                        android:textColor="@color/dark_grey"
65
+                        android:background="@drawable/pop_btn_cancel_selector"
66
+                        android:text="@string/cancel"
67
+                        android:textSize="16sp" />
68
+
69
+                    <Button
70
+                        android:id="@+id/btn_exit_session_confirm"
71
+                        android:layout_width="120dp"
72
+                        android:layout_height="36dp"
73
+                        android:gravity="center"
74
+                        android:textColor="@color/white"
75
+                        android:layout_marginLeft="8dp"
76
+                        android:background="@drawable/pop_btn_ok_selector"
77
+                        android:text="@string/ok"
78
+                        android:textSize="16sp" />
79
+
80
+                </LinearLayout>
81
+
82
+            </RelativeLayout>
83
+        </LinearLayout>
84
+    </RelativeLayout>
85
+
86
+</RelativeLayout>

+ 6 - 0
app/src/main/res/values/strings.xml

@@ -197,4 +197,10 @@
197 197
 
198 198
     <string name="back_to_work">返回</string>
199 199
 
200
+    <string name="exit_session_confirm">退出提示</string>
201
+
202
+    <string name="exit_session_hint">确定要退出当前拍摄么</string>
203
+
204
+    <string name="cancel">取消</string>
205
+
200 206
 </resources>

+ 1 - 1
gradle.properties

@@ -16,7 +16,7 @@ org.gradle.parallel=true
16 16
 android.useDeprecatedNdk=true
17 17
 org.gradle.configureondemand=true
18 18
 
19
-COMPILE_SDK_VERSION=24
19
+COMPILE_SDK_VERSION=23
20 20
 BUILD_TOOLS_VERSION=25.0.2
21 21
 MIN_SDK_VERSION=15
22 22
 TARGET_SDK_VERSION=21

kodo - Gogs: Go Git Service

説明なし

aboutus.html 1.7KB

    <!doctype html> <html> <head> <meta charset="UTF-8"> <title>拍爱 PAI.AI 关于我们</title> <meta name="keywords" content="摄影 图片 影像 分享 交流 社交 交友 摄影师 女性 孩子 亲子 旅行 旅游 约拍 iphone android app" /> <link href="css/layout.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery.min.js"></script> </head> <body> <div id="header"> <div class="content"> <a href="index.html" target="_self" class="logo"></a> <div class="navigation"> <a href="contactus.html" target="_self" >联系我们</a> <a href="joinus.html" target="_self" >加入拍爱</a> <a href="aboutus.html" target="_self"class="current" >关于我们</a> <a href="index.html" target="_self" >首页</a> </div> </div> </div> <div id="container" > <div class="content aboutus"> <div class="container_box"> <p><strong>关于拍爱 PAI.AI </strong><br> 一起走过的路,<br> 一起看过的美景,<br> 一起醉过的Party,<br> ……<br> 回忆容易消逝,<br> 一起拍,<br> 照片让爱历久弥新。<br> 拍爱——用心拍,分享爱<br> 拍爱让您和小伙伴更便捷、更快速——几乎是一瞬间,分享拍摄的照片。<br> 不论是聚会,还是旅行。<br> 拍摄即分享。<br> 你可以对照片点赞、评论,零距离互动。<br> 不论手机丢失还是损坏,<br> 照片一直在拍爱等你。 </p> </div> </div> </div> <div id="footer"> <div class="content foot"> <a href="aboutus.html" target="_self" >关于我们</a> <span>|</span> <a href="contactus.html" target="_self" >联系我们</a> ©2016 拍爱 PAI.AI 琼ICP备16000076号 </div> </div> </body> </html>