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:
Ivan Kupalov 2018-07-30 15:20:53 +02:00 committed by Konrad Pozniak
commit 6fcb3cb495
4 changed files with 49 additions and 9 deletions

View 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>