fix mute on STT and starterRadioButton restoration

This commit is contained in:
adrienmalin
2018-12-08 15:07:26 +01:00
parent fb2f81226f
commit 719b0c252c
4 changed files with 25 additions and 23 deletions

View File

@ -54,7 +54,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" tools:layout_editor_absoluteY="93dp"
tools:layout_editor_absoluteX="16dp" android:id="@+id/radioPlayer2Starts"
android:layout_weight="0"/>
android:layout_weight="0" android:checked="true"/>
<AutoCompleteTextView
android:text="@string/player_2_default_name"
android:layout_width="match_parent"

View File

@ -50,7 +50,8 @@
android:layout_height="wrap_content" tools:layout_editor_absoluteY="93dp"
tools:layout_editor_absoluteX="16dp" android:id="@+id/radioPlayer2Starts"
android:layout_width="wrap_content" android:layout_weight="1"
android:gravity="bottom"/>
android:gravity="bottom"
android:checked="false"/>
</RadioGroup>
<LinearLayout
android:orientation="vertical"