首页 > 其他 > 详细

默认布局

时间:2020-11-28 19:37:38      阅读:26      评论:0      收藏:0      [点我收藏+]

默认布局

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout 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"



    tools:context=".MainActivity2">


    <ListView
        android:id="@+id/device_list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:divider="@color/teal_700"
        android:dividerHeight="1px"
        tools:layout_editor_absoluteX="16dp"
        tools:layout_editor_absoluteY="16dp" >



    </ListView>


</androidx.constraintlayout.widget.ConstraintLayout>

 

默认布局

原文:https://www.cnblogs.com/herd/p/14053216.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!