Skip to content

Instantly share code, notes, and snippets.

@lokeshsuryan
Created September 17, 2021 05:20
Show Gist options
  • Select an option

  • Save lokeshsuryan/ebfcc0ba55e2b4f860b1968a97da98b5 to your computer and use it in GitHub Desktop.

Select an option

Save lokeshsuryan/ebfcc0ba55e2b4f860b1968a97da98b5 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<DirectionalLayout
xmlns:ohos="http://schemas.huawei.com/res/ohos"
ohos:height="match_parent"
ohos:width="match_parent"
ohos:alignment="center"
ohos:orientation="vertical">
<Text
ohos:id="$+id:deepLink"
ohos:height="match_content"
ohos:width="match_content"
ohos:background_element="$graphic:background_ability_main"
ohos:layout_alignment="left"
ohos:text="$string:mainability_deep_link"
ohos:text_size="25vp"
/>
<Text
ohos:id="$+id:text_deep_link"
ohos:height="match_content"
ohos:width="match_content"
ohos:background_element="$graphic:background_ability_main"
ohos:layout_alignment="horizontal_center"
ohos:text_size="25vp"
/>
<Button
ohos:id="$+id:btn_createAppLink"
ohos:height="90vp"
ohos:width="match_parent"
ohos:background_element="$graphic:background_button_green_color"
ohos:margin="10vp"
ohos:text_color="#ffffff"
ohos:text_size="25fp"
ohos:layout_alignment="horizontal_center"
ohos:text="$string:mainability_create_app_link"
/>
<Text
ohos:id="$+id:longLink"
ohos:height="match_content"
ohos:width="match_content"
ohos:background_element="$graphic:background_ability_main"
ohos:layout_alignment="left"
ohos:text="$string:mainability_long_app_link"
ohos:text_size="25vp"
/>
<Text
ohos:id="$+id:text_long_link"
ohos:height="match_content"
ohos:width="match_content"
ohos:background_element="$graphic:background_ability_main"
ohos:layout_alignment="horizontal_center"
ohos:text_size="25vp"
/>
<Button
ohos:id="$+id:btn_longLink"
ohos:height="90vp"
ohos:width="match_parent"
ohos:background_element="$graphic:background_button_green_color"
ohos:margin="10vp"
ohos:text_color="#ffffff"
ohos:text_size="25fp"
ohos:layout_alignment="horizontal_center"
ohos:text="$string:mainability_btn_long_link"
/>
<Text
ohos:id="$+id:shortLink"
ohos:height="match_content"
ohos:width="match_content"
ohos:background_element="$graphic:background_ability_main"
ohos:layout_alignment="left"
ohos:text="$string:mainability_short_app_link"
ohos:text_size="25vp"
/>
<Text
ohos:id="$+id:text_short_link"
ohos:height="match_content"
ohos:width="match_content"
ohos:background_element="$graphic:background_ability_main"
ohos:layout_alignment="horizontal_center"
ohos:text_size="25vp"
/>
<Button
ohos:id="$+id:btn_shortLink"
ohos:height="90vp"
ohos:width="match_parent"
ohos:background_element="$graphic:background_button_green_color"
ohos:margin="10vp"
ohos:text_color="#ffffff"
ohos:text_size="25fp"
ohos:layout_alignment="horizontal_center"
ohos:text="$string:mainability_btn_short_link"
/>
</DirectionalLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment