2020-08-20 16:47:15 +10:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-09-02 14:18:40 +10:00
|
|
|
<resources>
|
2020-08-20 16:47:15 +10:00
|
|
|
|
2020-09-01 16:58:30 +10: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-09-02 23:01:29 +10:00
|
|
|
<style name="Widget.Session.Button.Common.ProminentFilled">
|
|
|
|
<item name="android:background">@drawable/prominent_filled_button_medium_background</item>
|
|
|
|
<item name="android:textColor">@android:color/white</item>
|
|
|
|
</style>
|
|
|
|
|
2020-08-20 16:47:15 +10:00
|
|
|
</resources>
|