Skip to content

Commit 3955998

Browse files
author
therealbluepandabear
committed
Set 'PNG' and 'Raw' radio buttons to be checked by default in export_project_dialog_layout.xml.
1 parent b496257 commit 3955998

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/res/layout/export_project_dialog_layout.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
android:button="@android:color/transparent"
5757
android:textColor="@drawable/radiobuttontextselector"
5858
android:text="@string/generic_png"
59+
android:checked="true"
5960
android:textStyle="bold"
6061
android:textAlignment="center" />
6162

@@ -136,6 +137,7 @@
136137
android:button="@android:color/transparent"
137138
android:id="@+id/exportProjectDialogLayout_radioButton_Raw"
138139
android:text="@string/exportProjectDialogLayout_raw_str"
140+
android:checked="true"
139141
android:textStyle="bold"
140142
android:textColor="@drawable/radiobuttontextselector"
141143
android:textAlignment="center" />

0 commit comments

Comments
 (0)