summaryrefslogtreecommitdiffstats
path: root/res/layout/dashclock_icon_thumbnail_layout.xml
blob: 2e52b3b68446ac5e849f0b43c5c096286388f587 (plain)
1
2
3
4
5
6
7
8
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"/>