Tango: Open: use small launcher image for old databases without preview image

This commit is contained in:
matlabbe
2017-06-21 22:11:09 -04:00
parent 3e7929bed6
commit d74f4f64f7
3 changed files with 20 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ android:background="#fff">
<ImageView
android:id="@+id/imageView"
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_width="@dimen/image_width"
android:layout_height="@dimen/image_width"
android:layout_marginLeft="10dp"
android:padding="5dp"
android:src="@drawable/ic_launcher" />