Twidere-App-Android-Twitter.../chameleon/src/main/res/values/attrs.xml

26 lines
1001 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ChameleonTheme">
<attr name="colorPrimary"/>
<attr name="colorAccent"/>
<attr name="colorToolbar" format="color"/>
<attr name="android:colorForeground"/>
<attr name="android:colorBackground"/>
<attr name="isToolbarColored" format="boolean"/>
</declare-styleable>
<declare-styleable name="ChameleonTextView">
<attr name="android:textColorLink"/>
</declare-styleable>
<declare-styleable name="ChameleonEditText">
<attr name="android:textColorLink"/>
<attr name="backgroundTint"/>
</declare-styleable>
<declare-styleable name="ChameleonFloatingActionButton">
<attr name="backgroundTint"/>
</declare-styleable>
<declare-styleable name="ChameleonToolbar">
<attr name="android:background"/>
<attr name="titleTextColor"/>
<attr name="subtitleTextColor"/>
</declare-styleable>
</resources>