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
1 changed files with 1 additions and 0 deletions

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>