Skip to content

Commit

Permalink
Merge pull request #1 from MariusVolkhart/textcolors
Browse files Browse the repository at this point in the history
Text colors conflict with background when using a dark theme
  • Loading branch information
LarsWerkman committed Feb 5, 2014
2 parents cedcbdd + db6ba8d commit f3eda64
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 f3eda64

Please sign in to comment.