3-21打卡
今天学习了一个多小时的安卓开发
•	所花时间:1
•	代码行数:392
•	博客容量:1
•	代码如下:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
    <EditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="请输入高级:"
        android:layout_marginTop="5dp"
        android:background="@drawable/focusedit"
        android:inputType="text"/>
    <EditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="请输入高级:"
        android:layout_marginTop="5dp"
        android:inputType="text"/>
</LinearLayout>
 
                    
                 
                
            
         浙公网安备 33010602011771号
浙公网安备 33010602011771号