2019-06-03 23:25:05 +02:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="DrawerIcon" parent="Widget.AppCompat.DrawerArrowToggle">
|
|
|
|
<item name="color">@color/white</item>
|
|
|
|
<item name="android:textSize">16sp</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="customTabLayout" parent="TextAppearance.Design.Tab">
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
</style>
|
|
|
|
|
2019-10-25 20:19:16 +02:00
|
|
|
<style name="radioButtonsInDarkTheme" parent="Theme.AppCompat.Dialog.Alert">
|
|
|
|
<item name="colorControlNormal">@color/white</item>
|
|
|
|
<item name="colorControlActivated">@color/white</item>
|
|
|
|
</style>
|
|
|
|
|
2019-06-03 23:25:05 +02:00
|
|
|
</resources>
|