Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Remove unused style/attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Nov 26, 2013
1 parent cedb226 commit 42f016c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions res/values-v14/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<item name="icon_frozen">@drawable/frozen_holo_dark</item>
<item name="drawable_background">@android:color/black</item>
<item name="drawable_card">@drawable/card_dark</item>
<item name="drawable_divider">@drawable/divider_dark</item>
<item name="color_dangerous">@color/color_dangerous_dark</item>
</style>

Expand All @@ -36,7 +35,6 @@
<item name="icon_frozen">@drawable/frozen_holo_light</item>
<item name="drawable_background">@color/color_home_background_light</item>
<item name="drawable_card">@drawable/card_light</item>
<item name="drawable_divider">@drawable/divider_light</item>
<item name="color_dangerous">@color/color_dangerous_light</item>
</style>

Expand Down
1 change: 0 additions & 1 deletion res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<attr name="icon_clear_grayed" format="reference" />
<attr name="icon_frozen" format="reference" />
<attr name="drawable_background" format="reference" />
<attr name="drawable_divider" format="reference" />
<attr name="drawable_card" format="reference" />
<attr name="color_dangerous" format="reference" />

Expand Down

0 comments on commit 42f016c

Please sign in to comment.