2017-04-08 15:38:52 +05:30
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
2018-04-29 09:23:57 +02:00
|
|
|
<resources>
|
2017-04-08 15:38:52 +05:30
|
|
|
<declare-styleable name="Theme">
|
2018-05-29 17:07:38 +02:00
|
|
|
<attr name="appDetailsBackground" format="color"/>
|
|
|
|
|
<attr name="appDetailsCardBackground" format="color"/>
|
|
|
|
|
<attr name="categoryPreviewAppCardBackground" format="reference"/>
|
|
|
|
|
<attr name="mainTabSwapBackground" format="color"/>
|
|
|
|
|
<attr name="mainTabSwapSplashTint" format="color"/>
|
|
|
|
|
<attr name="categoryName" format="color"/>
|
|
|
|
|
<attr name="installedApps" format="color"/>
|
|
|
|
|
<attr name="detailPanel" format="reference"/>
|
|
|
|
|
<attr name="appListItem" format="color"/>
|
|
|
|
|
<attr name="lightGrayTextColor" format="color"/>
|
|
|
|
|
<attr name="antiFeaturesWarning" format="reference"/>
|
|
|
|
|
<attr name="backButtonDrawable" format="reference"/>
|
|
|
|
|
<attr name="clearButtonDrawable" format="reference"/>
|
2020-06-25 20:39:00 +00:00
|
|
|
<attr name="appDetailsAntiFeatureIconColor" format="color"/>
|
2017-04-08 15:38:52 +05:30
|
|
|
</declare-styleable>
|
|
|
|
|
</resources>
|