linphone-android/app/src/main/res/values/attrs.xml
2021-04-17 10:01:35 +02:00

42 lines
No EOL
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="LinphoneAppTheme">
<attr name="accentColor" format="color"/>
<attr name="colorPrimary" format="color"/>
<attr name="accentColorLight30" format="color"/>
<attr name="accentTextColor" format="color"/>
<attr name="primaryTextColor" format="color"/>
<attr name="secondaryTextColor" format="color"/>
<attr name="primarySubtextDarkColor" format="color"/>
<attr name="primarySubtextLightColor" format="color"/>
<attr name="backgroundColor" format="color"/>
<attr name="backgroundColor2" format="color"/>
<attr name="backgroundContastColor" format="color"/>
<attr name="dividerColor" format="color"/>
<attr name="drawableTintColor" format="color"/>
<attr name="drawableTintDisabledColor" format="color"/>
<attr name="drawableTintOverColor" format="color"/>
<attr name="lightToolbarBackgroundColor" format="color"/>
<attr name="lightToolbarBackgroundDisabledColor" format="color"/>
<attr name="lightToolbarTextColor" format="color"/>
<attr name="darkToolbarBackgroundColor" format="color"/>
<attr name="darkToolbarTextColor" format="color"/>
<attr name="button_background_drawable" format="reference" />
</declare-styleable>
<declare-styleable name="Settings">
<attr name="title" format="string" />
<attr name="subtitle" format="string" />
<attr name="hint" format="string" />
<attr name="list_items_names" format="reference" />
<attr name="list_items_values" format="reference" />
<attr name="checked" format="boolean" />
<attr name="value" format="string" />
<attr name="image" format="reference" />
</declare-styleable>
</resources>