Fixed satellite selection checkbox click bug

pull/87/head
Arty Bishop 2021-10-29 18:32:15 +01:00
rodzic f8f7aba3a8
commit a6f772f4de
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/entry_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -36,14 +35,14 @@
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_marginEnd="8dp"
android:clickable="false"
android:minWidth="0dp"
android:minHeight="0dp"
app:layout_constraintBottom_toBottomOf="@+id/entry_name"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toEndOf="@+id/entry_name"
app:layout_constraintTop_toTopOf="@+id/entry_name"
tools:ignore="TouchTargetSizeCheck" />
app:layout_constraintTop_toTopOf="@+id/entry_name" />
</androidx.constraintlayout.widget.ConstraintLayout>