Fixed dictionary icon (#10)
* Fixed dictionary icon * fixed about icon dimension
Before Width: | Height: | Size: 484 B |
BIN
app/src/main/res/drawable-hdpi/ic_notify_dictionary_white.png
Normal file
After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 356 B |
6
app/src/main/res/drawable-v21/ic_notify_dictionary.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:inset="@dimen/settings_screen_icon_inset">
|
||||
<bitmap android:src="@drawable/ic_notify_dictionary_white"
|
||||
android:tint="?android:colorForeground"/>
|
||||
</inset>
|
Before Width: | Height: | Size: 612 B |
BIN
app/src/main/res/drawable-xhdpi/ic_notify_dictionary_white.png
Normal file
After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 268 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_notify_dictionary_white.png
Normal file
After Width: | Height: | Size: 569 B |
BIN
app/src/main/res/drawable-xxxhdpi/ic_notify_dictionary_white.png
Normal file
After Width: | Height: | Size: 760 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.1 KiB |
3
app/src/main/res/drawable/ic_notify_dictionary.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/ic_notify_dictionary_white"/>
|