Page 921 - 3-2
P. 921

android:layout_weight="1"
                        android:weightSum="1">


                        <Space
                            android:layout_width="wrap_content"
                            android:layout_height="match_parent"
                            android:layout_weight="0.5" />


                        <TextView
                            android:id="@+id/textGas"
                            android:layout_width="wrap_content"
                            android:layout_height="match_parent"
                            android:textSize="30dp"
                            android:gravity="center_vertical"/>
                    </LinearLayout>


                    <LinearLayout
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:weightSum="1">


                        <Space
                            android:layout_width="wrap_content"
                            android:layout_height="match_parent"
                            android:layout_weight="0.5" />


                        <TextView
                            android:id="@+id/textSpark"
                            android:layout_width="wrap_content"
                            android:layout_height="match_parent"
                            android:textSize="30dp"
                            android:gravity="center_vertical"/>
                    </LinearLayout>


                    <LinearLayout
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:weightSum="1">


                        <Space
                            android:layout_width="wrap_content"
                            android:layout_height="match_parent"
                            android:layout_weight="0.5" />


                                                         - 921 -
   916   917   918   919   920   921   922   923   924   925   926