Merge pull request #1120 from Philoul/Fix/TryToFixBlackTextInRLScan

Add Style to fix black text
This commit is contained in:
Milos Kozak 2022-01-03 13:13:25 +01:00 committed by GitHub
commit 8ac3f38117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" />