[android] Reverted previous changes that produce this bug

This commit is contained in:
Dmitry Donskoy 2019-10-21 13:58:36 +03:00 committed by Aleksandr Zatsepin
parent 0f1bc3d722
commit 4b0ca87900

View file

@ -12,7 +12,9 @@
<RadioButton
android:id="@+id/rb__selected"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content"
android:clickable="false"
android:focusable="false"/>
<TextView
android:id="@+id/tv__set_name"