Skip to content

Instantly share code, notes, and snippets.

@lokeshsuryan
Created October 1, 2021 07:01
Show Gist options
  • Save lokeshsuryan/a596aae223ca228fb41a00e3483cae00 to your computer and use it in GitHub Desktop.
Save lokeshsuryan/a596aae223ca228fb41a00e3483cae00 to your computer and use it in GitHub Desktop.
<DirectionalLayout
xmlns:ohos="http://schemas.huawei.com/res/ohos"
ohos:height="match_parent"
ohos:width="match_parent">
<DependentLayout
ohos:id="$+id:root_container"
ohos:height="match_parent"
ohos:width="match_parent">
<DirectionalLayout
ohos:id="$+id:surface_container"
ohos:height="match_parent"
ohos:width="match_parent"/>
<DirectionalLayout
ohos:id="$+id:directionalLayout"
ohos:height="match_content"
ohos:width="match_parent"
ohos:align_parent_bottom="$+id:root_container"
ohos:bottom_margin="30vp"
ohos:orientation="horizontal"
ohos:visibility="invisible">
<Image
ohos:id="$+id:exit"
ohos:height="match_content"
ohos:width="match_parent"
ohos:image_src="$media:ic_camera_back"
ohos:layout_alignment="vertical_center"
ohos:scale_mode="center"
ohos:weight="1"/>
<Image
ohos:id="$+id:tack_picture_btn"
ohos:height="match_content"
ohos:width="match_parent"
ohos:image_src="$media:ic_camera_photo"
ohos:layout_alignment="vertical_center"
ohos:scale_mode="center"
ohos:weight="1"/>
<Image
ohos:id="$+id:switch_camera_btn"
ohos:height="match_content"
ohos:width="match_parent"
ohos:image_src="$media:ic_camera_switch"
ohos:layout_alignment="vertical_center"
ohos:scale_mode="center"
ohos:weight="1"/>
</DirectionalLayout>
</DependentLayout>
</DirectionalLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment