|
@@ -0,0 +1,54 @@
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
+
|
|
|
|
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
+ style="@style/NavPage">
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="fill_parent"
|
|
|
|
+ android:layout_height="fill_parent"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:orientation="vertical" >
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="fill_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text="@string/receive"/>
|
|
|
|
+
|
|
|
|
+ <Button
|
|
|
|
+ android:id="@+id/get_text"
|
|
|
|
+ style="@style/MMLineActionButton"
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
+ android:text="@string/share_text_to_weixin" />
|
|
|
|
+
|
|
|
|
+ <Button
|
|
|
|
+ android:id="@+id/get_img"
|
|
|
|
+ style="@style/MMLineActionButton"
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
+ android:text="@string/share_pic_to_weixin" />
|
|
|
|
+
|
|
|
|
+ <Button
|
|
|
|
+ android:id="@+id/get_music"
|
|
|
|
+ style="@style/MMLineActionButton"
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
+ android:text="@string/share_music_to_weixin" />
|
|
|
|
+
|
|
|
|
+ <Button
|
|
|
|
+ android:id="@+id/get_video"
|
|
|
|
+ style="@style/MMLineActionButton"
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
+ android:text="@string/share_video_to_weixin" />
|
|
|
|
+
|
|
|
|
+ <Button
|
|
|
|
+ android:id="@+id/get_webpage"
|
|
|
|
+ style="@style/MMLineActionButton"
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
+ android:text="@string/share_url_to_weixin" />
|
|
|
|
+
|
|
|
|
+ <Button
|
|
|
|
+ android:id="@+id/get_appdata"
|
|
|
|
+ style="@style/MMLineActionButton"
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
+ android:text="@string/share_appdata_to_weixin" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+</ScrollView>
|