Page 1236 - 3-3
P. 1236

android:layout_height="wrap_content"
                      android:orientation="vertical"


                      >
                      <LinearLayout
                          android:layout_width="match_parent"
                          android:layout_height="wrap_content"
                          android:orientation="horizontal"
                          android:layout_weight="0.5"
                          >
                          <mdp3.mdptest.ScalableLayout
                              android:layout_width="match_parent"
                              android:layout_height="wrap_content"
                              sl:scale_base_height="400"
                              sl:scale_base_width="1080" >


                              <TextView
                                  android:layout_width="310dp"
                                  android:layout_height="wrap_content"
                                  android:textSize="25dp"
                                  android:gravity="center_horizontal"
                                  android:text="Operate the menu using this ◀▶   button."
                                  android:id="@+id/menu"
                                  android:textColor="@color/colorPrimaryDark"
                                  sl:scale_height="300"
                                  sl:scale_left="110"
                                  sl:scale_textsize="80"
                                  sl:scale_top="60"
                                  sl:scale_width="800"
                                  />


                          </mdp3.mdptest.ScalableLayout>
                      </LinearLayout>
                      <LinearLayout
                          android:layout_width="match_parent"
                          android:layout_height="wrap_content"
                          android:orientation="horizontal"
                          android:layout_weight="0.5"
                          >
                          <mdp3.mdptest.ScalableLayout
                              android:layout_width="match_parent"
                              android:layout_height="wrap_content"
                              sl:scale_base_height="400"
                              sl:scale_base_width="1080" >
                          </mdp3.mdptest.ScalableLayout>


                                                        - 1236 -
   1231   1232   1233   1234   1235   1236   1237   1238   1239   1240   1241