Skip to content

Commit

Permalink
tag bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-homebrew committed Jun 20, 2021
1 parent 8aa66ca commit 917c2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="TAG_STYLE">
<item name="android:textSize">10sp</item>
<item name="android:textSize">15sp</item>
<item name="android:textColor">@color/black</item>
<item name="android:background">@drawable/layout_tag_background</item>
</style>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/tag_style_selected.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="TAG_STYLE_SELECTED">
<item name="android:textSize">10sp</item>
<item name="android:textSize">15sp</item>
<item name="android:textColor">@color/white</item>
<item name="android:background">@drawable/layout_tag_selected_background</item>
</style>
Expand Down

0 comments on commit 917c2e9

Please sign in to comment.