[android] Moved content to mipmap
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |