196
+        android:paddingLeft="10dp"
197
+        android:paddingRight="6dp"
198
+        android:background="@color/background_white"
199
+        android:orientation="horizontal">
200
+
201
+    <TextSwitcher
202
+        android:id="@+id/switcher_system_msg"
203
+        android:layout_width="0dp"
204
+        android:inAnimation="@android:anim/slide_in_left"
205
+        android:outAnimation="@android:anim/slide_out_right"
206
+        android:layout_height="wrap_content"
207
+        android:layout_gravity="center_vertical"
208
+        android:layout_weight="1"/>
209
+
210
+    <ImageView
211
+        android:layout_width="10dp"
212
+        android:layout_height="18dp"
213
+        android:layout_gravity="center_vertical"
214
+        android:src="@drawable/arrow_right"/>
215
+
216
+</LinearLayout>
217
+
218
+    <View
219
+        android:layout_width="match_parent"
220
+        android:layout_height="1px"
221
+        android:background="@color/text_hint_grey_color"/>
222
+
223
+    <LinearLayout
224
+        android:layout_width="match_parent"
225
+        android:layout_height="44dp"
226
+        android:paddingLeft="10dp"
227
+        android:paddingRight="6dp"
228
+        android:background="@color/background_white"
229
+        android:orientation="horizontal">
230
+
231
+        <TextSwitcher
232
+            android:id="@+id/switcher_order_msg"
233
+            android:layout_width="0dp"
234
+            android:layout_height="wrap_content"
235
+            android:inAnimation="@android:anim/slide_in_left"
236
+            android:outAnimation="@android:anim/slide_out_right"
237
+            android:layout_gravity="center_vertical"
238
+            android:layout_weight="1"/>
239
+
240
+        <ImageView
241
+            android:layout_width="10dp"
242
+            android:layout_height="18dp"
243
+            android:layout_gravity="center_vertical"
244
+            android:src="@drawable/arrow_right"/>
164 245
 
165 246
     </LinearLayout>
166 247
 
@@ -169,6 +250,7 @@
169 250
         android:layout_marginTop="8dp"
170 251
         android:layout_width="match_parent"
171 252
         android:layout_height="130dp"
253
+        android:gravity="center_vertical"
172 254
         android:background="@color/background_white"
173 255
         android:orientation="horizontal">
174 256
 
@@ -201,6 +283,11 @@
201 283
 
202 284
         </RelativeLayout>
203 285
 
286
+        <View
287
+            android:layout_width="1px"
288
+            android:layout_height="45dp"
289
+            android:background="@color/text_hint_grey_color"/>
290
+
204 291
         <RelativeLayout
205 292
             android:layout_width="0dp"
206 293
             android:layout_weight="1"
@@ -230,6 +317,10 @@
230 317
 
231 318
         </RelativeLayout>
232 319
 
320
+        <View
321
+            android:layout_width="1px"
322
+            android:layout_height="45dp"
323
+            android:background="@color/text_hint_grey_color"/>
233 324
 
234 325
         <RelativeLayout
235 326
             android:layout_width="0dp"

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

@@ -52,4 +52,10 @@
52 52
     <string name="photo_upload_count">累计上传</string>
53 53
 
54 54
     <string name="total_incoming">累计收入</string>
55
+
56
+    <string name="message">消息</string>
57
+
58
+    <string name="no_system_msg">暂无新系统消息</string>
59
+
60
+    <string name="no_order_msg">暂无新购买消息</string>
55 61
 </resources>

pai2 - Gogs: Go Git Service

拍爱

contactus.html 4.9KB

    <!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> <style> .my-map { margin: 0 auto 30px auto; width: 550px; height: 350px;float:left} .my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; } </style> </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" class="current">联系我们</a> <a href="joinus.html" target="_self" >加入拍爱</a> <a href="aboutus.html" target="_self" >关于我们</a> <a href="index.html" target="_self" >首页</a> </div> </div> </div> <div id="container" ><div class="content contactus"> <div id="wrap" class="my-map map"> <div id="mapContainer"></div> </div> <script src="http://webapi.amap.com/maps?v=1.2&key=8325164e247e15eea68b59e89200988b"></script> <script> !function(){ var infoWindow, map, level = 16, center = {lng: 116.284361, lat: 39.931229}, features = [{type: "Marker", name: "拍爱 PAI.AI", desc: "北京市海淀区西八里庄路玲珑商务楼", color: "red", icon: "cir", offset: {x: -9, y: -31}, lnglat: {lng: 116.28449, lat: 39.930834}}]; function loadFeatures(){ for(var feature, data, i = 0, len = features.length, j, jl, path; i < len; i++){ data = features[i]; switch(data.type){ case "Marker": feature = new AMap.Marker({ map: map, position: new AMap.LngLat(data.lnglat.lng, data.lnglat.lat), zIndex: 3, extData: data, offset: new AMap.Pixel(data.offset.x, data.offset.y), title: data.name, content: '<div class="icon icon-' + data.icon + ' icon-'+ data.icon +'-' + data.color +'"></div>' }); break; case "Polyline": for(j = 0, jl = data.lnglat.length, path = []; j < jl; j++){ path.push(new AMap.LngLat(data.lnglat[j].lng, data.lnglat[j].lat)); } feature = new AMap.Polyline({ map: map, path: path, extData: data, zIndex: 2, strokeWeight: data.strokeWeight, strokeColor: data.strokeColor, strokeOpacity: data.strokeOpacity }); break; case "Polygon": for(j = 0, jl = data.lnglat.length, path = []; j < jl; j++){ path.push(new AMap.LngLat(data.lnglat[j].lng, data.lnglat[j].lat)); } feature = new AMap.Polygon({ map: map, path: path, extData: data, zIndex: 1, strokeWeight: data.strokeWeight, strokeColor: data.strokeColor, strokeOpacity: data.strokeOpacity, fillColor: data.fillColor, fillOpacity: data.fillOpacity }); break; default: feature = null; } if(feature){ AMap.event.addListener(feature, "click", mapFeatureClick); } } } function mapFeatureClick(e){ if(!infoWindow){ infoWindow = new AMap.InfoWindow({autoMove: true}); } var extData = e.target.getExtData(); infoWindow.setContent("<h5>" + extData.name + "</h5><div>" + extData.desc + "</div>"); infoWindow.open(map, e.lnglat); } map = new AMap.Map("mapContainer", {center: new AMap.LngLat(center.lng, center.lat), level: level}); loadFeatures(); map.plugin(["AMap.ToolBar", "AMap.OverView", "AMap.Scale"], function(){ map.addControl(new AMap.ToolBar); map.addControl(new AMap.OverView({isOpen: true})); map.addControl(new AMap.Scale); }); }(); </script> <p style="width:400px;float:right"><img src="img/weixin_qr.png" ><br><strong>关注拍爱 官方微信:</strong>pai_ai</p> <p style="width:400px;float:right"> <strong>商务合作:</strong>partner@pai.ai<br> <strong>用户反馈及帮助:</strong>feedback@pai.ai<br> <strong>公司地址:</strong>北京市海淀区西八里庄路玲珑商务楼 </p> </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>