Page 788 - 3-2
P. 788
android:layout_height="wrap_content"
android:text=" "/>
<ImageView
android:id="@+id/umbrella2"
android:layout_width="130dp"
android:layout_height="match_parent"
android:background="@drawable/umbrella2"
android:layout_weight="0.28"
android:onClick="onClick_umbrella2"/>
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:gravity="center"
android:weightSum="1">
<ImageView
android:id="@+id/umbrella3"
android:layout_width="130dp"
android:layout_height="match_parent"
android:background="@drawable/umbrella3"
android:layout_weight="0.28"
android:onClick="onClick_umbrella3"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=" "/>
<ImageView
android:id="@+id/umbrella4"
android:layout_width="130dp"
android:layout_height="match_parent"
android:background="@drawable/umbrella4"
android:layout_weight="0.28"
android:onClick="onClick_umbrella4"/>
</LinearLayout>
- 788 -