mirror of
https://github.com/bspeice/itcs4180
synced 2024-12-04 13:18:16 -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_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="@string/rad10Pct"
|
android:text="@string/rad10Pct"
|
||||||
android:textSize="9sp" />
|
android:textSize="9sp"
|
||||||
|
android:checked="true"/>
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:id="@+id/rad25Pct"
|
android:id="@+id/rad25Pct"
|
||||||
|
Loading…
Reference in New Issue
Block a user