mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-28 23:48:00 +01:00
10 lines
302 B
XML
10 lines
302 B
XML
|
<resources>
|
||
|
|
||
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
||
|
<item name="colorPrimary">@color/colorPrimary</item>
|
||
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||
|
<item name="colorAccent">@color/colorAccent</item>
|
||
|
</style>
|
||
|
|
||
|
</resources>
|