安卓期末项目考核(7)--主界面展示

    技术2024-10-02  58

    xml代码如下

    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".Login"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <ImageView android:layout_width="141dp" android:layout_height="115dp" android:layout_gravity="center" android:layout_marginTop="55dp" android:src="@drawable/tpo" android:onClick="yonghu"/> <RadioGroup android:layout_width="114dp" android:layout_height="65dp" android:layout_gravity="center" android:orientation="horizontal"> <TextView android:layout_width="40dp" android:layout_height="47dp" android:layout_gravity="center" android:text="欢迎" /> <TextView android:id="@+id/user" android:layout_width="80dp" android:layout_height="47dp" android:layout_gravity="center" /> </RadioGroup> <RadioGroup android:layout_width="266dp" android:layout_height="133dp" android:layout_gravity="center" android:layout_marginTop="110dp" android:orientation="horizontal"> <ImageView android:layout_width="120dp" android:layout_height="150dp" android:layout_weight="1" android:src="@drawable/exam" android:onClick="test"/> <ImageView android:layout_width="120dp" android:layout_height="150dp" android:layout_weight="1" android:src="@drawable/baidu" android:onClick="baidu"/> </RadioGroup> <RadioGroup android:layout_width="266dp" android:layout_height="133dp" android:layout_gravity="center" android:orientation="horizontal"> <ImageView android:layout_width="120dp" android:layout_height="150dp" android:src="@drawable/phone" android:layout_weight="1" android:onClick="bohao"/> <ImageView android:layout_width="120dp" android:layout_height="150dp" android:src="@drawable/wechat" android:layout_weight="1" android:onClick="weichat" /> </RadioGroup> </LinearLayout> </RelativeLayout>
    Processed: 0.010, SQL: 9