侧滑布局

来源:互联网 发布:数据挖掘案例分析 编辑:程序博客网 时间:2024/05/16 10:34
<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=".MainActivity" >


    <Button
        android:id="@+id/btn"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="点我啊" />


</RelativeLayout>
0 0
原创粉丝点击