2020-08-20 06:47:15 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
2020-08-21 05:06:39 +00:00
|
|
|
<style name="SessionBottomSheetDialogTheme" parent="Theme.Design.Light.BottomSheetDialog">
|
|
|
|
<item name="bottomSheetStyle">@style/SessionBottomSheetStyle</item>
|
|
|
|
</style>
|
|
|
|
|
2020-08-20 06:47:15 +00:00
|
|
|
<style name="Session.DarkActionBar" parent="@style/Widget.AppCompat.ActionBar">
|
|
|
|
<item name="background">@color/action_bar_background</item>
|
|
|
|
|
|
|
|
<item name="titleTextStyle">@style/Session.DarkActionBar.TitleTextStyle</item>
|
|
|
|
<item name="actionMenuTextColor">@color/text</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|