Merge pull request #1120 from Philoul/Fix/TryToFixBlackTextInRLScan
Add Style to fix black text
This commit is contained in:
commit
8ac3f38117
|
@ -9,12 +9,14 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/riley_link_ble_config_scan_item_device_name"
|
||||
style="@style/TextAppearance.AppCompat.Medium.Inverse"
|
||||
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.Inverse"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp" />
|
||||
|
|
Loading…
Reference in a new issue