2018-07-27 13:07:33 +00:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
<style name="Theme.RetroMusic" parent="Theme.RetroMusic.Base" />
|
|
|
|
|
|
|
|
<style name="Theme.RetroMusic.Light" parent="Theme.RetroMusic.Base.Light" />
|
|
|
|
|
|
|
|
<style name="Theme.RetroMusic.Black" parent="Theme.RetroMusic.Base.Black" />
|
|
|
|
|
|
|
|
<style name="Theme.RetroMusic.Color" parent="Theme.RetroMusic.Base.Color" />
|
|
|
|
|
|
|
|
<style name="Theme.RetroMusic.Notification" parent="@android:style/TextAppearance.StatusBar.EventContent" />
|
|
|
|
|
|
|
|
<style name="Theme.RetroMusic.Notification.Title" parent="@android:style/TextAppearance.StatusBar.EventContent.Title" />
|
|
|
|
|
|
|
|
<style name="OverFlowButton">
|
|
|
|
<item name="srcCompat">@drawable/ic_more_vert_white_24dp</item>
|
|
|
|
<item name="android:layout_margin">8dp</item>
|
|
|
|
<item name="android:layout_width">48dp</item>
|
|
|
|
<item name="android:layout_height">48dp</item>
|
|
|
|
<item name="android:scaleType">center</item>
|
|
|
|
<item name="android:background">?attr/roundSelector</item>
|
|
|
|
<item name="android:focusableInTouchMode">false</item>
|
|
|
|
<item name="android:focusable">false</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="MusicProgressSlider" parent="MusicProgressSliderParent">
|
|
|
|
<item name="android:thumbOffset">0dp</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Toolbar">
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">?actionBarSize</item>
|
|
|
|
<item name="android:theme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
|
|
|
|
<item name="popupTheme">?toolbarPopupTheme</item>
|
|
|
|
<item name="android:transitionName" tools:ignore="NewApi">toolbar</item>
|
|
|
|
<item name="android:titleTextAppearance">@style/ToolbarTextAppearance</item>
|
|
|
|
<item name="android:subtitleTextAppearance">@style/ToolbarTextAppearance</item>
|
|
|
|
<item name="layout_collapseMode">pin</item>
|
|
|
|
<item name="contentInsetStartWithNavigation">0dp</item>
|
|
|
|
<item name="contentInsetStart">0dp</item>
|
|
|
|
<item name="titleMarginStart">16dp</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Toolbar48" parent="Toolbar">
|
|
|
|
<item name="android:layout_height">48dp</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="ToolbarTextAppearance">
|
|
|
|
<item name="fontPath">fonts/sans_regular.ttf</item>
|
|
|
|
</style>
|
|
|
|
|
2018-08-22 17:54:07 +00:00
|
|
|
<style name="BigTitleTextAppearance">
|
|
|
|
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Title</item>
|
|
|
|
<item name="android:layout_width">wrap_content</item>
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
|
|
|
<item name="fontPath">@string/circular_std_black</item>
|
|
|
|
<item name="android:layout_gravity">center</item>
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
</style>
|
|
|
|
|
2018-07-27 13:07:33 +00:00
|
|
|
|
|
|
|
</resources>
|