赞
踩
设置页面框架:
部分代码如下:
<DependentLayout
xmlns:ohos="http://schemas.huawei.com/res/ohos"
ohos:height="$float:singleCardViewHeight"
ohos:width="match_parent">
<Text
ohos:id="$+id:item_content_text"
ohos:height="$float:singleCardViewTextHeight"
ohos:width="match_content"
ohos:align_parent_left="true"
ohos:center_in_parent="true"
ohos:left_margin="$float:singleCardViewLeftMargin"
ohos:text_color="$color:textColorPrimary"
ohos:text_size="$float:textSizeBody1"/>
<Image
ohos:id="$+id:item_right_icon"
ohos:height="match_content"
ohos:width="match_content"
ohos:align_parent_right="true"
ohos:center_in_parent="true"
ohos:image_src="$graphic:icon_right_grey"
ohos:right_margin="$float:singleCardViewRightMargin"/>
<Text
ohos:id="$+id:item_right_content_text"
ohos:height="$float:singleCardViewRightTextHeight"
ohos:width="match_content"
ohos:center_in_parent="true"
ohos:left_of="$id:item_right_icon"
ohos:right_margin="$float:singleCardViewRightTextRightMargin"
ohos:text_color="$color:textColorSecondary"
ohos:text_size="$float:textSizeBody2"/>
</DependentLayout>
页面滞留界面跳转
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。