bluetooth not present notice

This commit is contained in:
2022-06-11 13:25:13 +02:00
parent 9162bcb451
commit 9c76340f24
8 changed files with 27 additions and 8 deletions

View File

@ -29,6 +29,14 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_margin="10dp" >
<TextView
android:id="@+id/tvBluetoothNotPresentNotice"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/red"
android:layout_marginVertical="@dimen/default_margin"
android:text="@string/deviceDoesNotHaveBluetooth" />
<RadioGroup
android:layout_width="match_parent"