use fixed 48dp size for launcher icon in dialogs
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user