main_layout.xml 562 字节
Newer Older
Code_dh's avatar
Code_dh 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?xml version="1.0" encoding="utf-8"?>
<DependentLayout xmlns:ohos="http://schemas.huawei.com/res/ohos"
                 ohos:width="match_parent"
                 ohos:height="match_parent"
                 ohos:orientation="vertical">

    <Button
            ohos:id="$+id:list_button"
            ohos:width="200"
            ohos:height="300"
            ohos:left_margin="20"
            ohos:background_element="#FFF0F0F0"
            ohos:text="列表实例"
            ohos:center_in_parent="true"
            ohos:text_size="50"/>


</DependentLayout>