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-25 13:52:42 +00:00
|
|
|
<!-- <style name="SessionBottomSheetDialogTheme" parent="Theme.Design.Light.BottomSheetDialog">-->
|
|
|
|
<!-- <item name="bottomSheetStyle">@style/SessionBottomSheetStyle</item>-->
|
|
|
|
<!-- </style>-->
|
2020-08-21 05:06:39 +00:00
|
|
|
|
2020-08-25 13:52:42 +00:00
|
|
|
<!-- <style name="Widget.Session.ActionBar" parent="@style/Widget.AppCompat.ActionBar">-->
|
|
|
|
<!-- <item name="background">@color/action_bar_background</item>-->
|
2020-08-20 06:47:15 +00:00
|
|
|
|
2020-08-25 13:52:42 +00:00
|
|
|
<!-- <item name="titleTextStyle">@style/Session.DarkActionBar.TitleTextStyle</item>-->
|
|
|
|
<!-- <item name="actionMenuTextColor">@color/text</item>-->
|
|
|
|
<!-- </style>-->
|
2020-08-20 06:47:15 +00:00
|
|
|
|
2020-09-01 06:58:30 +00:00
|
|
|
<style name="Widget.Session.Button.Common.ProminentOutline">
|
|
|
|
<item name="android:background">@drawable/prominent_outline_button_medium_background</item>
|
|
|
|
<item name="android:textColor">?android:textColorPrimary</item>
|
|
|
|
</style>
|
|
|
|
|
2020-08-20 06:47:15 +00:00
|
|
|
</resources>
|