دیالوگها
نمای مینی اپ به صوت زیر است
کد
<bottomsheetdialog id="dialog-eshterak" background="white">
<frame
layout="linear_vertical"
background="white"
padding_top="24"
padding_right="16"
padding_left="16"
padding_bottom="24"
borderCornerRadius="12" width="match_parent"
>
<text
width="match_parent"
height="32"
text="اشتراک اطلاعات سند"
gravity="center_right"
textsize="18"
textcolor="#2E2E2E"
textalignment="right"
margin_bottom="16"
textstyle="bold"
/>
<frame layout="linear_vertical" borderCornerRadius="8">
<frame layout="linear_vertical">
<text text="کد ملی" textcolor="#7A7A7A" textalignment="right" textsize="14" />
<frame layout="linear_horizontal" background="#FAFAFA">
<textinput inputtype="phone" hint="۱۷۲۰۹۸۵۴۳۲" textcolor="#2E2E2E" textalignment="right" background="transparent" textsize="12" padding="8" margin_top="8" margin_bottom="8" />
</frame>
</frame>
<frame layout="linear_vertical">
<text text="تاریخ پایان اشتراک" textcolor="#7A7A7A" textalignment="right" textsize="14" />
<frame layout="linear_horizontal" background="#FAFAFA" reverse="true">
<textinput inputtype="date" hint="تاریخ پایان اشتراک را وارد کنید" textcolor="#ADADAD" textalignment="right" background="transparent" textsize="12" padding="8" margin_top="8" margin_bottom="8" />
<img width="24" height="24" src="images/calendar.png" gravity="center" scaleType="fit_center" />
</frame>
</frame>
<frame>
<button width="match_parent" margin="10" text="اشتراک" textsize="12" textcolor="white" height="48" background="#55BECC" borderCornerRadius="4" onclick="app/closedialog">
</button>
</frame>
</frame>
</frame>
</bottomsheetdialog>
No Comments