Skip to content

Instantly share code, notes, and snippets.

@lokeshsuryan
Created September 9, 2021 05:33
Show Gist options
  • Select an option

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

Select an option

Save lokeshsuryan/e24eb96573532fe4810f784ab8824036 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:margin="20vp"
ohos:orientation="vertical">
<Button
ohos:id="$+id:btn_get_crash"
ohos:height="90vp"
ohos:width="match_parent"
ohos:background_element="$graphic:background_button_green_color"
ohos:start_margin="20vp"
ohos:end_margin="20vp"
ohos:text="$string:mainability_make_crash"
ohos:text_color="#ffffff"
ohos:text_size="32fp"/>
<Button
ohos:id="$+id:btn_arithmetic_crash"
ohos:height="90vp"
ohos:width="match_parent"
ohos:background_element="$graphic:background_button_green_color"
ohos:top_margin="20vp"
ohos:start_margin="20vp"
ohos:end_margin="20vp"
ohos:text="$string:mainability_arithmetic"
ohos:text_color="#ffffff"
ohos:text_size="32fp"/>
</DirectionalLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment