|
|
@ -30,73 +30,73 @@
|
|
|
|
android:orientation="horizontal">
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/chengzi"
|
|
|
|
android:id="@+id/sunflower"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="2dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="69dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:src="@drawable/chengzi" />
|
|
|
|
android:src="@drawable/sunflower" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="49dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:text="橙子"
|
|
|
|
android:text="向日葵"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
android:textSize="20sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/youzi"
|
|
|
|
android:id="@+id/pinkrose"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="69dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:src="@drawable/youzi" />
|
|
|
|
android:src="@drawable/pinkrose" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="49dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:text="柚子"
|
|
|
|
android:text="粉玫瑰"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
android:textSize="20sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/juzi"
|
|
|
|
android:id="@+id/redrose"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="1dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="69dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:src="@drawable/juzi" />
|
|
|
|
android:src="@drawable/redrose" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="49dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:text="橘子"
|
|
|
|
android:text="红玫瑰"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
android:textSize="20sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/xigua"
|
|
|
|
android:id="@+id/conation"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
@ -104,15 +104,15 @@
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="69dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:src="@drawable/xigua" />
|
|
|
|
android:src="@drawable/canation" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="49dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:text="西瓜"
|
|
|
|
android:text="康乃馨"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
android:textSize="20sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
@ -126,7 +126,7 @@
|
|
|
|
android:orientation="horizontal">
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/li"
|
|
|
|
android:id="@+id/tulipa"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
@ -134,21 +134,21 @@
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="69dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:src="@drawable/li" />
|
|
|
|
android:src="@drawable/tulipa" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="49dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:text="香梨"
|
|
|
|
android:text="郁金香"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
android:textSize="20sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/apple"
|
|
|
|
android:id="@+id/ju"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
@ -156,21 +156,21 @@
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="69dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:src="@drawable/apple" />
|
|
|
|
android:src="@drawable/ju" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="49dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:text="苹果"
|
|
|
|
android:text="菊花"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
android:textSize="20sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/lemon"
|
|
|
|
android:id="@+id/moli"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
@ -178,21 +178,21 @@
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="69dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:src="@drawable/lemon" />
|
|
|
|
android:src="@drawable/moli" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="49dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:text="柠檬"
|
|
|
|
android:text="茉莉"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
android:textSize="20sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/mangguo"
|
|
|
|
android:id="@+id/flower"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
@ -200,15 +200,15 @@
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="69dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:src="@drawable/mangguo" />
|
|
|
|
android:src="@drawable/flower" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="49dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:text="芒果"
|
|
|
|
android:text="水仙"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textColor="#696969"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
android:textSize="20sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|