/androidsays/res/layout-land/widget_contents_2x2.xml
XML | 57 lines | 42 code | 4 blank | 11 comment | 0 complexity | e7c68a09aa5433b3e290052a3694211b MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 Copyright (C) 2009 The Android Open Source Project Licensed under the 4 Apache License, Version 2.0 (the "License"); you may not use this file 5 except in compliance with the License. You may obtain a copy of the 6 License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 7 by applicable law or agreed to in writing, software distributed under 8 the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 9 CONDITIONS OF ANY KIND, either express or implied. See the License for 10 the specific language governing permissions and limitations under the 11 License. 12 --> 13<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 14 android:id="@+id/widget" android:layout_width="fill_parent" 15 android:layout_height="wrap_content" android:focusable="true" 16 android:orientation="vertical" style="@style/WidgetBackground"> 17 18 <LinearLayout android:id="@+id/row_0" 19 android:orientation="horizontal" android:layout_width="fill_parent" 20 android:layout_height="wrap_content" 21 android:paddingTop="8dip" 22 android:paddingBottom="1dip" 23 android:paddingLeft="21dip" 24 android:paddingRight="21dip" 25 > 26 <ImageButton android:id="@+id/button00" 27 android:layout_width="wrap_content" android:layout_height="wrap_content" 28 android:paddingLeft="23dip" android:paddingRight="23dip" 29 android:paddingBottom="13dip" android:paddingTop="13dip" 30 android:src="@drawable/mini_flash" /> 31 <ImageButton android:id="@+id/button01" 32 android:layout_width="wrap_content" android:layout_height="wrap_content" 33 android:paddingLeft="23dip" android:paddingRight="23dip" 34 android:paddingBottom="13dip" android:paddingTop="13dip" 35 android:src="@drawable/mini_flash" /> 36 </LinearLayout> 37 38 <LinearLayout android:id="@+id/row_1" 39 android:orientation="horizontal" android:layout_width="fill_parent" 40 android:layout_height="wrap_content" 41 android:paddingLeft="21dip" 42 android:paddingRight="21dip" 43 > 44 45 <ImageButton android:id="@+id/button02" 46 android:layout_width="wrap_content" android:layout_height="wrap_content" 47 android:paddingLeft="23dip" android:paddingRight="23dip" 48 android:paddingBottom="13dip" android:paddingTop="13dip" 49 android:src="@drawable/mini_flash" /> 50 <ImageButton android:id="@+id/button03" 51 android:layout_width="wrap_content" android:layout_height="wrap_content" 52 android:paddingLeft="23dip" android:paddingRight="23dip" 53 android:paddingBottom="13dip" android:paddingTop="13dip" 54 android:src="@drawable/mini_flash" /> 55 </LinearLayout> 56 57</LinearLayout>