Added default checked to 10% radio button

master
tokugawa 2014-02-09 20:46:17 -05:00
parent 421bf4e1e8
commit 44524c7f70
1 changed files with 2 additions and 1 deletions

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"