Add Style to fix black text (Not Tested)
This commit is contained in:
parent
b5b6432b13
commit
4bfb551c3e
1 changed files with 2 additions and 0 deletions
|
@ -9,12 +9,14 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/riley_link_ble_config_scan_item_device_name"
|
||||
style="@style/TextAppearance.AppCompat.Medium"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/riley_link_ble_config_scan_item_device_address"
|
||||
style="@style/TextAppearance.AppCompat.Medium"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp" />
|
||||
|
|
Loading…
Reference in a new issue