mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Change overlay text color to white
This commit is contained in:
parent
76bbc810c8
commit
e75c7fc5e8
3 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@drawable/empty_photo"
|
||||
android:background="#ffffff"
|
||||
android:scaleType="centerCrop" />
|
||||
|
||||
<TextView
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
android:gravity="center"
|
||||
android:padding="@dimen/tiny_margin"
|
||||
style="?android:textAppearanceSmallInverse"
|
||||
android:textColor="#ffffff"
|
||||
android:background="@color/text_background"
|
||||
tools:text="Overlay"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue