We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2cece0 + ad53ab5 commit f2bdc59Copy full SHA for f2bdc59
app/src/main/res/layout/activity_add_account.xml
@@ -46,7 +46,6 @@
46
android:id="@+id/add_account"
47
android:layout_width="wrap_content"
48
android:layout_height="@dimen/add_account_option_height"
49
- android:checked="true"
50
android:text="@string/add_account" />
51
52
<RadioButton
@@ -59,6 +58,7 @@
59
58
android:id="@+id/add_account_skip"
60
android:layout_width="match_parent"
61
+ android:checked="true"
62
android:text="@string/add_account_skip" />
63
</RadioGroup>
64
</LinearLayout>
0 commit comments