This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<style name="AppTheme" parent="AppTheme.Base"> | |
<item name="android:colorPrimary">@color/primary</item> | |
<item name="android:colorPrimaryDark">@color/primary_dark</item> | |
<item name="android:colorAccent">@color/accent</item> | |
<item name="android:statusBarColor">@color/primary_dark</item> | |
<item name="android:navigationBarColor">@color/primary_dark</item> | |
<item name="android:windowAnimationStyle">@style/WindowAnimationTransition</item> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | |
<!-- These sections below are for your "Previews" section --> | |
<!-- These names should match YOUR actual icon names | |
the names used below are just for sampling purposes --> | |
<!-- LATEST ICONS --> | |
<!-- All of your Latest icons listed here --> | |
<string-array name="latest"> |