apply font size setting to image alt text

This commit is contained in:
Conny Duck 2018-07-09 09:03:24 +02:00
parent e6270f1a5e
commit cb75378cef
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>