You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
420 B
XML
16 lines
420 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="Theme">
|
|
<attr name="navigationBarDividerColor" format="color" />
|
|
<attr name="colorControlLight" format="color" />
|
|
<attr name="colorSurfaceSecondary" format="color" />
|
|
</declare-styleable>
|
|
|
|
<!--CoverImageView attrs-->
|
|
|
|
<declare-styleable name="CoverImageView">
|
|
<attr name="android:orientation" />
|
|
</declare-styleable>
|
|
|
|
</resources> |