summaryrefslogtreecommitdiffstats
path: root/res/layout/dashclock_icon_thumbnail_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dashclock_icon_thumbnail_layout.xml')
-rw-r--r--res/layout/dashclock_icon_thumbnail_layout.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/dashclock_icon_thumbnail_layout.xml b/res/layout/dashclock_icon_thumbnail_layout.xml
new file mode 100644
index 000000000..2e52b3b68
--- /dev/null
+++ b/res/layout/dashclock_icon_thumbnail_layout.xml
@@ -0,0 +1,9 @@
+<ImageView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/card_thumbnail_image"
+ android:layout_width="100dp"
+ android:background="@android:color/black"
+ android:layout_height="100dp"
+ android:padding="10dp"
+ android:layout_margin="10dp"
+ style="@style/card_thumbnail_image"/> \ No newline at end of file