Add image descriptions indicator (#697)
* Add image descriptions indicator. Closes #683 * Add bg for description indicator, change symbol * Use icon for image description indicator
This commit is contained in:
parent
899bc15918
commit
6fcb3cb495
4 changed files with 49 additions and 9 deletions
8
app/src/main/res/drawable/spellcheck.xml
Normal file
8
app/src/main/res/drawable/spellcheck.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<!-- drawable/spellcheck.xml -->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="24dp"
|
||||
android:width="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path android:fillColor="#000" android:pathData="M21.59,11.59L13.5,19.68L9.83,16L8.42,17.41L13.5,22.5L23,13M6.43,11L8.5,5.5L10.57,11M12.45,16H14.54L9.43,3H7.57L2.46,16H4.55L5.67,13H11.31L12.45,16Z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue