From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / android / project / xscreensaver / res / layout / activity_xscreensaver.xml
diff --git a/android/project/xscreensaver/res/layout/activity_xscreensaver.xml b/android/project/xscreensaver/res/layout/activity_xscreensaver.xml
new file mode 100644 (file)
index 0000000..824be40
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:padding="15dp"
+    tools:context="org.jwz.xscreensaver.XScreenSaverActivity">
+    <Button
+        android:id="@+id/apply_wallpaper"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:padding="15dp"
+        android:text="Open Daydream list"
+        android:layout_centerVertical="true"
+        android:layout_centerHorizontal="true" />
+</RelativeLayout>