Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7decb848 authored by Salvador Martinez's avatar Salvador Martinez Committed by android-build-merger
Browse files

Merge "Update action bar dark theme style" into qt-dev

am: 6527a2e4

Change-Id: I39c10b639d9896077e91f4011400af49aca7e6f1
parents e7139682 6527a2e4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -98,7 +98,11 @@ easier.
    <style name="Widget.DeviceDefault.ActionBar.TabView" parent="Widget.Material.ActionBar.TabView"/>
    <style name="Widget.DeviceDefault.ActionBar.TabText" parent="Widget.Material.ActionBar.TabText"/>
    <style name="Widget.DeviceDefault.ActionBar.TabBar" parent="Widget.Material.ActionBar.TabBar"/>
    <style name="Widget.DeviceDefault.ActionBar.Solid" parent="Widget.Material.ActionBar.Solid"/>
    <style name="Widget.DeviceDefault.ActionBar.Solid" parent="Widget.Material.ActionBar.Solid">
        <item name="background">?attr/colorPrimaryDark</item>
        <item name="backgroundStacked">?attr/colorPrimaryDark</item>
        <item name="backgroundSplit">?attr/colorPrimaryDark</item>
    </style>
    <style name="Widget.DeviceDefault.Button.Borderless.Small" parent="Widget.Material.Button.Borderless.Small"/>
    <style name="Widget.DeviceDefault.AbsListView" parent="Widget.Material.AbsListView"/>
    <style name="Widget.DeviceDefault.Spinner.DropDown.ActionBar" parent="Widget.Material.Spinner.DropDown.ActionBar"/>