Add color to "Scan the QR code" in DeviceAddFragment
Fixes #4771 Closes #4776 // FREEBIE
This commit is contained in:
parent
29f4f269fc
commit
d0a65f86f5
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue