summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/image_preference.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/image_preference.xml')
-rw-r--r--app/src/main/res/layout/image_preference.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/layout/image_preference.xml b/app/src/main/res/layout/image_preference.xml
new file mode 100644
index 0000000..09b449a
--- /dev/null
+++ b/app/src/main/res/layout/image_preference.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@android:id/widget_frame"
+ android:layout_width="match_parent"
+ android:layout_height="?android:attr/listPreferredItemHeight"
+ android:orientation="vertical" >
+
+ <ImageView
+ android:id="@+id/image"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:src="@drawable/purple"
+ android:scaleType="centerInside"/>
+</LinearLayout> \ No newline at end of file