litle fix for more correctly permision processing
This commit is contained in:
@@ -22,10 +22,11 @@
|
||||
android:id="@+id/bleDevicesView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toBottomOf="@id/devicesTitle"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:layout_marginTop="12dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/devicesTitle"
|
||||
tools:listitem="@layout/item_ble_device" />
|
||||
|
||||
<ImageView
|
||||
@@ -33,9 +34,10 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/loader"
|
||||
app:layout_constraintTop_toBottomOf="@id/bleDevicesView"
|
||||
android:visibility="invisible"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"/>
|
||||
app:layout_constraintTop_toBottomOf="@id/bleDevicesView" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/gotoControlButton"
|
||||
|
||||
Reference in New Issue
Block a user