mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
Add overlay text
This commit is contained in:
parent
c48c20cabb
commit
89b073b4bc
3 changed files with 13 additions and 5 deletions
8
app/src/main/res/values/colors.xml
Normal file
8
app/src/main/res/values/colors.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="text_background">#90000000</color>
|
||||
<color name="transparent_actionbar_background">#22000000</color>
|
||||
<color name="lighter_gray">#ddd</color>
|
||||
|
||||
</resources>
|
||||
|
|
@ -3,4 +3,5 @@
|
|||
<dimen name="activity_horizontal_margin">16dp</dimen>
|
||||
<dimen name="activity_vertical_margin">16dp</dimen>
|
||||
<dimen name="icon_size">120dp</dimen>
|
||||
<dimen name="tiny_margin">4dp</dimen>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue