摘要:
<ImageButton android:layout_height="fill_parent" android:layout_width="wrap_content" android:src="@drawable/a" > </ImageButton> <TimePicker android:id 阅读全文
摘要:
<RadioGroup android:layout_width="fill_parent" android:layout_height="wrap_content" android:checkedButton="@+id/rb2" > <RadioButton android:id="@+id/r 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android 阅读全文
摘要:
1.开发Activity步骤 第一步:写一个类继承Activity 第二步:重写oncreate方法 第三步:在主配置文件中注册Activity <activity android:name=".类名" android:label="@string/app_name"> <intent-filter 阅读全文