Skip to content

Instantly share code, notes, and snippets.

@pratheepchowdhary
Created June 22, 2019 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pratheepchowdhary/55c6105b26219e34547aded3c4bd6d2e to your computer and use it in GitHub Desktop.
Save pratheepchowdhary/55c6105b26219e34547aded3c4bd6d2e to your computer and use it in GitHub Desktop.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
<style name="FabStyle">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_margin">@dimen/spacing_large</item>
<item name="android:src">@drawable/ic_str_play</item>
<item name="borderWidth">0dp</item>
<item name="elevation">6dp</item>
<item name="pressedTranslationZ">12dp</item>
<item name="rippleColor">@android:color/white</item>
</style>
<style name="BaseTheme_playlist" parent="BaseTheme" />
<style name="BaseTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">#673AB7</item>
<item name="colorPrimaryDark">#512DA8</item>
<item name="colorControlHighlight">#FF4081</item>
<item name="colorAccent">#FF4081</item>
<!--<item name="selectableItemBackground">@drawable/selectable_item_background</item>-->
<!--<item name="android:selectableItemBackground">@drawable/selectable_item_background</item>-->
<item name="android:windowTranslucentStatus">true</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment