Page 1238 - 3-3
P. 1238

android:id="@+id/led2"
                              android:textColor="@color/colorPrimaryDark"
                              sl:scale_height="300"
                              sl:scale_left="380"
                              sl:scale_textsize="80"
                              sl:scale_top="0"
                              sl:scale_width="300"
                              />
                          <TextView
                              android:layout_width="180dp"
                              android:layout_height="wrap_content"
                              android:textSize="25dp"
                              android:gravity="center_horizontal"
                              android:text="LED1"
                              android:id="@+id/led1"
                              android:textColor="@color/colorPrimaryDark"
                              sl:scale_height="300"
                              sl:scale_left="10"
                              sl:scale_textsize="80"
                              sl:scale_top="0"
                              sl:scale_width="300"
                              />


                      </mdp3.mdptest.ScalableLayout>
                  </LinearLayout>


                  <LinearLayout
                      android:layout_width="wrap_content"
                      android:layout_height="wrap_content"
                      android:orientation="vertical"
                      >


                      <mdp3.mdptest.ScalableLayout
                          android:layout_width="match_parent"
                          android:layout_height="wrap_content"
                          sl:scale_base_height="600"
                          sl:scale_base_width="1080" >


                          <ImageButton
                              android:onClick="OnClick"
                              android:background="@drawable/red_ledof"
                              android:layout_width="wrap_content"
                              android:layout_height="wrap_content"
                              android:id="@+id/led_red"
                              sl:scale_height="330"


                                                        - 1238 -
   1233   1234   1235   1236   1237   1238   1239   1240   1241   1242   1243