Skip to content

Commit

Permalink
Fix #290
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed Dec 6, 2014
1 parent ebaf245 commit 578a6f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion News-Android-App/src/main/res/layout/toolbar_layout.xml
Expand Up @@ -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" />
4 changes: 4 additions & 0 deletions News-Android-App/src/main/res/values/themes.xml
Expand Up @@ -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>

0 comments on commit 578a6f0

Please sign in to comment.