* dictionary loading errors are now displayed in the progress notification
* proper icons for dictionary loading status * a toast message appears when dictionary loads successfully or when it fails
This commit is contained in:
parent
2b25eae760
commit
103bb93214
19 changed files with 165 additions and 116 deletions
15
res/drawable-anydpi-v24/ic_done.xml
Normal file
15
res/drawable-anydpi-v24/ic_done.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="#FFFFFF">
|
||||
<group android:scaleX="1.2266667"
|
||||
android:scaleY="1.2266667"
|
||||
android:translateX="-2.72"
|
||||
android:translateY="-2.72">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M9,16.2L4.8,12l-1.4,1.4L9,19 21,7l-1.4,-1.4L9,16.2z"/>
|
||||
</group>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue