|
|
@@ -0,0 +1,421 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<android.support.v7.widget.GridLayout
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ app:rowCount="4"
|
|
|
+ app:columnCount="4"
|
|
|
+ android:layout_marginTop="@dimen/margin10dp"
|
|
|
+
|
|
|
+ >
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_minshengqiuzhu"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_minshnegqiuzhu"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_mingshengqiuzhu"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_tousujubao"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_tousujubao"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_tousujubao"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_zhengcezixun"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_zhengcezixun"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_zhengcezixun"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_jianyanxiance"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_jianyanxiance"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_jianyanxiance"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_tongzhigonggao"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_tongzhigonggao"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_tongzhigonggao"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_minshengxinwen"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_minshengxinwen"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_minshengxinwen"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_minshengshipin"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_minshengshipin"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_minshengshiping"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_hangfengrexian"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_fengxingrexian"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_hangfengrexian"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_bumenliebiao"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_bumenliebiao"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_bumenliebiao"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_huiminzhengce"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_huiminzhengce"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_huiminzhengce"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_youxiubanjian"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_youxiubanjian"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_youxiubanjian"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_shimindianzan"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_shimindianzan"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_shimindianzan"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_manyidu"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_manyipingjia"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_manyidu"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_huifulv"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_huifulv"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_huifulv"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_dajiaping"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_dajiaping"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_dajiaping"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ app:layout_rowWeight="1"
|
|
|
+ app:layout_columnWeight="1"
|
|
|
+ android:id="@+id/ll_mianduimianyuyue"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusable="true"
|
|
|
+ android:layout_margin="@dimen/margin10dp"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/margin45dp"
|
|
|
+ android:layout_height="@dimen/margin45dp"
|
|
|
+ android:src="@drawable/icon_mianduimain"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/tv_mianduimianyuyue"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+</android.support.v7.widget.GridLayout>
|