34 lines
1.2 KiB
XML
Executable File
34 lines
1.2 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:layout_margin="20dp"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/icon" />
|
|
|
|
<fragment
|
|
android:id="@+id/preferences"
|
|
class="fishrungames.mountainwallpaper.WallpaperPreferenceFragment"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="#ff0000" />
|
|
|
|
<Button
|
|
android:id="@+id/button_setWallpaper"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:text="@string/button_set_wallpaper_text"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/feedback" />
|
|
|
|
</LinearLayout> |