Home | History | Annotate | Download | only in layout

Lines Matching full:android

3     xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="wrap_content"
5 android:layout_height="wrap_content">
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"
9 android:id="@+id/imageview" />
11 android:orientation="horizontal"
12 android:layout_width="wrap_content"
13 android:layout_height="match_parent">
15 android:id="@+id/randomize"
16 android:layout_width="wrap_content"
17 android:layout_height="wrap_content"
18 android:text="@string/randomize"
19 android:layout_gravity="bottom" />
21 android:id="@+id/setwallpaper"
22 android:layout_width="wrap_content"
23 android:layout_height="wrap_content"
24 android:text="@string/set_wallpaper"
25 android:layout_gravity="bottom" />