Fix Style (Inverse)

This commit is contained in:
Philoul 2022-01-02 21:46:32 +01:00
parent 4bfb551c3e
commit c6ed685b11

View file

@ -9,14 +9,14 @@
<TextView <TextView
android:id="@+id/riley_link_ble_config_scan_item_device_name" android:id="@+id/riley_link_ble_config_scan_item_device_name"
style="@style/TextAppearance.AppCompat.Medium" style="@style/TextAppearance.AppCompat.Medium.Inverse"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
android:id="@+id/riley_link_ble_config_scan_item_device_address" android:id="@+id/riley_link_ble_config_scan_item_device_address"
style="@style/TextAppearance.AppCompat.Medium" style="@style/TextAppearance.AppCompat.Medium.Inverse"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="12sp" /> android:textSize="12sp" />