This commit is contained in:
David Development 2014-12-06 13:30:06 +01:00
parent ebaf2457b1
commit 578a6f0f56
2 changed files with 5 additions and 1 deletions

View file

@ -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" />

View file

@ -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>