mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
18 lines
No EOL
816 B
XML
18 lines
No EOL
816 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<attr name="mainBackground" format="reference"/>
|
|
<attr name="semitransparentText" format="reference"/>
|
|
<attr name="subBackground" format="reference"/>
|
|
<attr name="fragmentCategorisationBackground" format="reference"/>
|
|
<attr name="buttonBackground" format="reference"/>
|
|
<attr name="uploadOverlayBackground" format="reference"/>
|
|
<attr name="spinnerTheme" format="reference"/>
|
|
|
|
<declare-styleable name="CompatTextView">
|
|
<attr name="drawablePadding" format="dimension"/>
|
|
<attr name="drawableStart" format="reference"/>
|
|
<attr name="drawableTop" format="reference"/>
|
|
<attr name="drawableEnd" format="reference"/>
|
|
<attr name="drawableBottom" format="reference"/>
|
|
</declare-styleable>
|
|
</resources> |