2017-04-08 15:38:52 +05:30
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<declare-styleable name="Theme">
|
|
|
|
<attr name="appDetailsBackground" format="color" />
|
|
|
|
<attr name="appDetailsCardBackground" format="color" />
|
2017-04-26 09:27:02 +10:00
|
|
|
<attr name="categoryPreviewAppCardBackground" format="reference" />
|
2017-04-08 15:38:52 +05:30
|
|
|
<attr name="mainTabSwapBackground" format="color" />
|
|
|
|
<attr name="mainTabSwapSplashTint" format="color" />
|
|
|
|
<attr name="categoryName" format="color" />
|
|
|
|
<attr name="installedApps" format="color" />
|
2017-04-26 09:27:02 +10:00
|
|
|
<attr name="detailPanel" format="reference" />
|
2017-04-21 00:56:09 +05:30
|
|
|
<attr name="appListItem" format="color" />
|
2017-06-03 09:58:53 +02:00
|
|
|
<attr name="lightGrayTextColor" format="color" />
|
2017-08-28 10:40:26 +05:30
|
|
|
<attr name="antiFeaturesWarning" format="reference" />
|
2017-04-08 15:38:52 +05:30
|
|
|
</declare-styleable>
|
|
|
|
</resources>
|