Skip to content

Commit

Permalink
Remove the black color specifications
Browse files Browse the repository at this point in the history
Allow the defaults from the applied theme to be used since the applied theme's default background is being used.
  • Loading branch information
MariusVolkhart committed Jan 17, 2014
1 parent cedcbdd commit db6ba8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions res/values-v11/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
<item name="android:textSize">@dimen/title_textsize</item>
<item name="android:textStyle">bold</item>
<item name="android:textIsSelectable">true</item>
<item name="android:textColor">@android:color/black</item>
</style>

<style name="License.Name">
<item name="android:textSize">@dimen/name_textsize</item>
<item name="android:padding">@dimen/text_padding</item>
<item name="android:textIsSelectable">true</item>
<item name="android:textColor">@android:color/black</item>
</style>

<style name="License.License">
Expand Down

0 comments on commit db6ba8d

Please sign in to comment.