Page 1234 - 3-3
P. 1234

android:layout_toStartOf="@+id/port" />




          </RelativeLayout>






          <smarthouse.xml>


          <?xml version="1.0" encoding="utf-8"?>
          <LinearLayout
              xmlns:android="http://schemas.android.com/apk/res/android"
              xmlns:app="http://schemas.android.com/apk/res-auto"
              xmlns:tools="http://schemas.android.com/tools"
              xmlns:sl="http://schemas.android.com/apk/res-auto"
              android:id="@+id/smarthouse_main"
              android:layout_width="match_parent"
              android:layout_height="match_parent"
              android:paddingLeft="@dimen/activity_horizontal_margin"
              android:paddingRight="@dimen/activity_horizontal_margin"
              android:paddingTop="@dimen/activity_vertical_margin"
              android:paddingBottom="@dimen/activity_vertical_margin"
              android:orientation="vertical"
              android:weightSum="2"
              >


              <LinearLayout
                  android:layout_width="match_parent"
                  android:layout_height="wrap_content"
                  android:orientation="horizontal"
                  android:layout_weight="0.6"
                  >


                  <mdp3.mdptest.ScalableLayout
                      android:layout_width="match_parent"
                      android:layout_height="wrap_content"
                      sl:scale_base_height="100"
                      sl:scale_base_width="1080" >
                      <Button
                          android:text="Button"
                          android:background="@drawable/left_menubtn"
                          android:layout_width="match_parent"
                          android:layout_height="wrap_content"
                          android:id="@+id/LF_menubtn"
                          android:visibility="gone"


                                                        - 1234 -
   1229   1230   1231   1232   1233   1234   1235   1236   1237   1238   1239