session-android/res/values-notnight-v21/styles.xml
Anton Chekulaev 156b2687b8 Better brand button style for the light mode.
QR code fragment themed.
Minor adjustments to the brand colors for light mode.
2020-09-01 16:58:30 +10:00

20 lines
920 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- <style name="SessionBottomSheetDialogTheme" parent="Theme.Design.Light.BottomSheetDialog">-->
<!-- <item name="bottomSheetStyle">@style/SessionBottomSheetStyle</item>-->
<!-- </style>-->
<!-- <style name="Widget.Session.ActionBar" 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>-->
<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>
</resources>