sad

<LinearLayout android:layout_width="fill_parent"
					android:layout_height="fill_parent" android:orientation="horizontal">
					<CheckBox android:layout_width="wrap_content"
						android:layout_height="wrap_content" android:checked="true" android:gravity="left"></CheckBox>
					<TextView style="@style/rememberLabel" android:layout_width="wrap_content"
						android:layout_height="wrap_content" android:text="@string/lbl_rememberme"></TextView>
				</LinearLayout>

你可能感兴趣的:(java)