summaryrefslogtreecommitdiffstats
path: root/android/xscreensaver/res/layout/activity_xscreensaver.xml
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-30 16:07:15 +0200
committerSimon Rettberg2019-07-30 16:07:15 +0200
commit813ac136e48f60d4c2b13e808107870dafcc4d52 (patch)
tree396a6c98276f6e9a04216933daebdf3af7b81d46 /android/xscreensaver/res/layout/activity_xscreensaver.xml
parentFlush X events before locking if we have an external ungrab command (diff)
parentUpdate to 5.43 (diff)
downloadxscreensaver-813ac136e48f60d4c2b13e808107870dafcc4d52.tar.gz
xscreensaver-813ac136e48f60d4c2b13e808107870dafcc4d52.tar.xz
xscreensaver-813ac136e48f60d4c2b13e808107870dafcc4d52.zip
Merge branch 'master' into openslx (5.43)
Diffstat (limited to 'android/xscreensaver/res/layout/activity_xscreensaver.xml')
-rw-r--r--android/xscreensaver/res/layout/activity_xscreensaver.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/android/xscreensaver/res/layout/activity_xscreensaver.xml b/android/xscreensaver/res/layout/activity_xscreensaver.xml
deleted file mode 100644
index 88372e6..0000000
--- a/android/xscreensaver/res/layout/activity_xscreensaver.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- TODO: Flip layout orientation on rotation. And maybe make scrollable? -->
-<!-- TODO: Remove action bar; it's redundant. -->
-<RelativeLayout 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"
- tools:context="org.jwz.xscreensaver.Activity">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true"
- android:orientation="vertical">
- <ImageView
- android:layout_width="256sp"
- android:layout_height="256sp"
- android:layout_centerHorizontal="true"
- android:src="@drawable/thumbnail" />
- <!-- TODO: Version number! -->
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:text="XScreenSaver"
- android:textSize="32sp" />
- <Button
- android:id="@+id/apply_wallpaper"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="Open live wallpaper list" />
- <Button
- android:id="@+id/apply_daydream"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="Open Daydream list" />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:autoLink="web"
- android:gravity="center"
- android:text="https://www.jwz.org/xscreensaver/" />
- </LinearLayout>
-</RelativeLayout>