Fix #290
This commit is contained in:
parent
ebaf2457b1
commit
578a6f0f56
2 changed files with 5 additions and 1 deletions
|
@ -6,4 +6,4 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/colorPrimaryDark"
|
||||
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" />
|
||||
app:theme="@style/ToolbarTheme" />
|
||||
|
|
|
@ -29,5 +29,9 @@
|
|||
<item name="rssItemListBackground">#ffdedede</item>
|
||||
</style>
|
||||
|
||||
<style name="ToolbarTheme" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
|
||||
<item name="android:textColor">#ffc0c0c0</item>
|
||||
</style>
|
||||
|
||||
|
||||
</resources>
|
Loading…
Reference in a new issue