Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<item name="colorAccent">@color/accent</item>
</style>

<style name="MyThemeDark.ActionBar" parent="style/Widget.AppCompat.ActionBar.Solid">
<style name="MyThemeDark.ActionBar" parent="Widget.AppCompat.ActionBar.Solid">
<!-- remove shadow below action bar -->
<!-- <item name="android:elevation">0dp</item> -->
<!-- Support library compatibility -->
Expand Down Expand Up @@ -66,7 +66,7 @@
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
</style>

<style name="MyTheme.ActionBar" parent="style/Widget.AppCompat.Light.ActionBar.Solid">
<style name="MyTheme.ActionBar" parent="Widget.AppCompat.Light.ActionBar.Solid">
<!-- remove shadow below action bar -->
<!-- <item name="android:elevation">0dp</item> -->
<!-- Support library compatibility -->
Expand Down Expand Up @@ -117,4 +117,4 @@
<item name="colorButtonNormal">@color/primary</item>
</style>

</resources>
</resources>