android RadioButton issue in android 4
问题 I have a simple application. The screen is build inside a RelativeLayout. I have more LinearLayout(s), one of them shows the 2 RadioButton(s), like this: <LinearLayout android:layout_width="match_parent" android:layout_height="fill_parent" android:padding="3dp" android:gravity="center"> <RadioGroup android:id="@+id/rgrDayToReport" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content"> <RadioButton android:checked="true" android:id="@+id