mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 18:45:19 +00:00
156b2687b8
QR code fragment themed. Minor adjustments to the brand colors for light mode.
20 lines
920 B
XML
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> |