Add color to "Scan the QR code" in DeviceAddFragment

Fixes #4771
Closes #4776
// FREEBIE
This commit is contained in:
Geonu Kang 2015-12-02 01:41:47 +09:00 committed by Moxie Marlinspike
parent 29f4f269fc
commit d0a65f86f5

View file

@ -43,7 +43,8 @@
<TextView android:text="@string/device_add_fragment__scan_the_qr_code_displayed_on_the_device_to_link"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content"
android:textColor="#ff6d6d6d"/>
</LinearLayout>