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

Commit f88d3e16 authored by Scott Hancher's avatar Scott Hancher Committed by Josh Guilfoyle
Browse files

Fixes for android default theme.

parent 1b93a3fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@
		<item name="textAppearanceLabelListItemTextSmall">@android:style/TextAppearance.Label.ListItemTextSmall</item>
		<item name="textAppearanceLabelListItemSecondaryText">@android:style/TextAppearance.Label.ListItemSecondaryText</item>

		<item name="headerLayoutBackground">@color/black</item>
		<item name="headerLayoutBackground">@color/white</item>
		<item name="headerLayout">@android:style/Widget.HeaderLayout</item>
		<item name="headerLayoutLabel">@android:style/Widget.HeaderLayout.HeaderLabel</item>
		<item name="headerLayoutSubHeader">@android:style/Widget.HeaderLayout.HeaderSubHeader</item>
@@ -195,7 +195,7 @@
		<item name="headerLayoutSecondaryLargeIcon">@android:style/Widget.HeaderLayout.HeaderSecondaryLargeIcon</item>
		<item name="headerLayoutPersonalPanel">@android:style/Widget.HeaderLayout.HeaderPersonalPanel</item>
        <item name="headerLayoutProductPanel">@android:style/Widget.HeaderLayout.HeaderProductPanel</item>
		<item name="sectionHeaderLayoutBackground">@color/black</item>
		<item name="sectionHeaderLayoutBackground">@color/white</item>
        <item name="sectionHeaderLayoutLabel">@android:style/Widget.HeaderLayout.SectionHeaderLabel</item>
        <item name="listItemLayout">@android:style/Widget.ListItemLayout.ItemLabelText</item>
        <item name="listItemLayoutItemLabelTwinText">@android:style/Widget.ListItemLayout.ItemLabelTwinText</item>