Skip to content

Commit

Permalink
Merge pull request #25 from cyrilmottier/fix-text-style
Browse files Browse the repository at this point in the history
Fix dark text appearance in TextIconGenerator
  • Loading branch information
broady committed Sep 15, 2013
2 parents 7b76607 + 1ab3c67 commit c3ae906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

* Chris Broadfoot, https://github.com/broady
* Maciej Gorski, https://github.com/mg6maciej
* Cyril Mottier, https://github.com/cyrilmottier
* Mihai Preda, https://github.com/preda
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ private static int getTextStyle(int style) {
switch (style) {
case STYLE_DEFAULT:
case STYLE_WHITE:
return R.drawable.bubble_white;
return R.style.Bubble_TextAppearance_Dark;
case STYLE_RED:
case STYLE_BLUE:
case STYLE_GREEN:
Expand Down

0 comments on commit c3ae906

Please sign in to comment.