阅读背景:

安卓,文件存储

来源:互联网 

文件存储

layout

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="https://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <EditText
        android:id="@+id/edit"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="Type something here"
        />

</LinearLayout>
<?xml version="1.0" encoding="u



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: