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

@@ -22,7 +22,8 @@
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:background="?device_link_item_card_background">
<TextView
android:layout_width="wrap_content"