1
0
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:
tokugawa 2014-02-09 20:46:17 -05:00
parent 421bf4e1e8
commit 44524c7f70

View File

@ -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"