[android] Moved content to mipmap

This commit is contained in:
Dmitry Donskoy 2019-05-13 18:57:34 +03:00 committed by Daria Volvenkova
parent 3b75fbd1b9
commit d6d9dfb8f8
9 changed files with 6 additions and 6 deletions

View file

@ -59,7 +59,7 @@
<application
android:name=".MwmApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/MwmTheme"
android:supportsRtl="false"

View file

@ -16,9 +16,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_base_plus"
android:drawableLeft="@drawable/ic_launcher"
android:drawableLeft="@mipmap/ic_launcher"
android:drawablePadding="@dimen/margin_base"
android:drawableStart="@drawable/ic_launcher"
android:drawableStart="@mipmap/ic_launcher"
android:padding="@dimen/margin_half"
android:textAppearance="@style/MwmTextAppearance.Body2"
tools:text="@string/download_resources"/>
@ -60,4 +60,4 @@
android:visibility="gone"/>
</LinearLayout>
</ScrollView>
</ScrollView>

View file

@ -9,7 +9,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:padding="@dimen/margin_base"
android:src="@drawable/ic_launcher"/>
android:src="@mipmap/ic_launcher"/>
<TextView
style="@style/MwmWidget.TextView"
@ -41,4 +41,4 @@
android:layout_margin="@dimen/margin_half"
plus:annotation="inline"
plus:size="normal"/>
</LinearLayout>
</LinearLayout>

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB