Theme background color in device link screens

Fixes #4611
Closes #5066
This commit is contained in:
Luc Ritchie
2016-01-13 08:57:24 -05:00
committed by Moxie Marlinspike
parent 2e51073a79
commit f3f80f0c6e
5 changed files with 13 additions and 3 deletions

View File

@@ -40,6 +40,9 @@
<color name="light_button">#33ffffff</color>
<color name="light_button_highlight">#66ffffff</color>
<color name="device_link_item_background_light">#ffffffff</color>
<color name="device_link_item_background_dark">#ff333333</color>
<color name="import_export_item_background_light">#ffeeeeee</color>
<color name="import_export_item_background_dark">#ff333333</color>
<color name="import_export_item_background_shadow_light">#ffd5d5d5</color>