1
0
mirror of https://github.com/accelforce/Yuito synced 2024-12-21 20:44:31 +01:00

apply font size setting to image alt text

This commit is contained in:
Conny Duck 2018-07-09 09:03:24 +02:00
parent 4df93c49cb
commit 699049f930

View File

@ -30,6 +30,7 @@
android:padding="8dp"
android:textAlignment="center"
android:textColor="#eee"
android:textSize="?attr/status_text_medium"
tools:text="Some media description" />
</RelativeLayout>