Allow viewing alt text on images

closes #100
This commit is contained in:
Grishka
2023-01-18 20:09:27 +03:00
parent af1c7194e6
commit abdbab9d7b
5 changed files with 240 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#D9000000"/>
<corners android:radius="4dp"/>
</shape>