Advertisement
Guest User

drawable.xml

a guest
Jun 21st, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <item type="drawable" name="notification_number_text_color">#ffffffff</item>
  4. <item type="drawable" name="notification_item_background_color">#90000000</item>
  5. <item type="drawable" name="notification_item_background_color_pressed">#ffc70f10</item>
  6. <item type="drawable" name="ticker_background_color">#ff1d1d1d</item>
  7. <drawable name="status_bar_background">@drawable/status_bar_bg_tile</drawable>
  8. <item type="drawable" name="status_bar_recents_background_solid">#b3000000</item>
  9. <item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item>
  10. <item type="drawable" name="status_bar_notification_row_background_color">#90000000</item>
  11. <item type="drawable" name="notification_header_bg">#ff000000</item>
  12. <item type="drawable" name="notification_tracking_bg">#d8000000</item>
  13. <item type="drawable" name="recents_callout_line">#99ffffff</item>
  14. <item type="drawable" name="notification_item_background_legacy_color">#ffaaaaaa</item>
  15. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement