use fixed 48dp size for launcher icon in dialogs

This commit is contained in:
Vincent Breitmoser
2018-07-18 14:03:39 +02:00
parent f9557cca37
commit 4231279aba
8 changed files with 16 additions and 16 deletions

View File

@@ -18,8 +18,8 @@
tools:targetApi="lollipop">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="48dp"
android:layout_height="48dp"
android:src="@mipmap/ic_launcher"
/>