mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-08 16:38:14 -05:00
Added default checked to 10% radio button
This commit is contained in:
parent
421bf4e1e8
commit
44524c7f70
@ -65,7 +65,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/rad10Pct"
|
||||
android:textSize="9sp" />
|
||||
android:textSize="9sp"
|
||||
android:checked="true"/>
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/rad25Pct"
|
||||
|
Loading…
Reference in New Issue
Block a user