Skip to content

Commit

Permalink
select the correct radio button
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Aug 24, 2019
1 parent 1a56c12 commit c153a7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ public int nameResourceId() {
public boolean isCustomNaOvoceAPI() {
return true;
}

@Override
public int radioButtonId() {
return R.id.radioButton_my_na_ovoce;
}
}
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
android:text="@string/settings_use_na_ovoce" />

<RadioButton
android:id="@+id/radioButton_na_ovoce2"
android:id="@+id/radioButton_my_na_ovoce"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
Expand Down

0 comments on commit c153a7d

Please sign in to comment.