صفحه ی دوم(جستجو)

نمای مینی اپ به صورت زیر است

image-1699538434853.png

کد

<page id="recent-search" scrollable="true" layout="linear_vertical">

    <frame layout="linear_vertical" selfgravity="top" layoutgravity="top" margin_top="16">
        <frame layout="linear_horizontal"
               weightsum="1" reverse="true" borderColor="#E0E0E2" height="56"
               borderCornerRadius="28" borderStrokeWidth=".5" background="white">
            <img width="24" height="24" scaleType="fit_xy" margin_right="10" src="images/search.png"/>
            <textinput hint="جستجو..." textcolor="#ADADAD" background="transparent" onChange="script/recent-js:onSearch()"
                       textalignment="right" gravity="right" weight="1" focusable="true"/>
        </frame>
    </frame>

    <frame layout="linear_horizontal" borderCornerRadius="4"
           background="#FFFFFF" height="match_parent" width="match_parent" margin_top="10" reverse="true">
        <img src="images/navigation.png" width="30" height="30" scaleType="fit_center" margin_right="50"/>
        <text text="استفاده از موقعیت مکانی فعلی" textalignment="right" textcolor="#424750" textsize="12" margin="0"/>
    </frame>

    <frame layout="linear_vertical" borderColor="#E0E0E2" borderStrokeWidth=".5" width="match_parent" height="2"
     margin_right="16" margin_left="16">
    </frame>

    <frame layout="linear_horizontal" padding_right="16" id="recent-title">
        <img src="images/trash.png" width="30" height="30" scaleType="fit_center" margin_left="8" gravity="left"/>
        <text text="بازدیدهای اخیر" textalignment="right" textcolor="#81858B" textsize="12" margin="0"/>
    </frame>
<!--    <frame layout="linear_horizontal" padding_right="16" id="search-title">-->
<!--        <text text="نتایج جستجو" textalignment="right" textcolor="#81858B" textsize="12" margin="0"/>-->
<!--    </frame>-->

    <frame id="recent" layout="linear_vertical">
        <frame layout="linear_vertical" padding_right="8" margin_bottom="16" onclick="">
            <frame layout="linear_horizontal" width="match_parent" margin="0">
                <text text="دفتر اسناد رسمی ۶۸" textalignment="right" textcolor="#424750" textsize="12" margin="0"
                margin_right="8"/>
                <img src="images/time.png" width="24" height="24" scaleType="fit_center" margin_right="25"/>
            </frame>
            <frame layout="linear_horizontal" margin="0">
                <text textsize="12" textcolor="#81858B" width="wrap_content" textalignment="right">خیابان فردوسی،‌پلاک خیابان فردوسی،‌پلاک ۷خیابان فردوسی،‌پلاک ۷خیابان فردوسی،‌پلاک ۷۷</text>
            </frame>
        </frame>
        <frame layout="linear_vertical" padding_right="8" margin_bottom="16" onclick="">
            <frame layout="linear_horizontal" width="match_parent" margin="0">
                <text text="دفتر اسناد رسمی ۶۸" textalignment="right" textcolor="#424750" textsize="12" margin="0"
                margin_right="8"/>
                <img src="images/time.png" width="24" height="24" scaleType="fit_center" margin_right="25"/>
            </frame>
            <frame layout="linear_horizontal" margin="0">
                <text textsize="12" textcolor="#81858B" width="wrap_content" textalignment="right">خیابان فردوسی،‌پلاک خیابان فردوسی،‌پلاک ۷خیابان فردوسی،‌پلاک ۷خیابان فردوسی،‌پلاک ۷۷</text>
            </frame>
        </frame>
    </frame>
<!--    visibility gone هست اما کار نمیکنه-->
    <frame id="results" layout="linear_vertical" visibility="gone">
        <frame layout="linear_vertical" padding_right="8" margin_bottom="16" onclick="">
            <frame layout="linear_horizontal" width="match_parent" margin="0">
                <text text="دفتر اسناد رسمی ۶۸" textalignment="right" textcolor="#424750" textsize="12" margin="0"
                      margin_right="8"/>
            </frame>
            <frame layout="linear_horizontal" margin="0">
                <text textsize="12" textcolor="#81858B" width="wrap_content" textalignment="right">خیابان فردوسی،‌پلاک خیابان فردوسی،‌پلاک ۷خیابان فردوسی،‌پلاک ۷خیابان فردوسی،‌پلاک ۷۷</text>
            </frame>
        </frame>
        <frame layout="linear_vertical" padding_right="8" margin_bottom="16" onclick="">
            <frame layout="linear_horizontal" width="match_parent" margin="0">
                <text text="دفتر اسناد رسمی ۶۸" textalignment="right" textcolor="#424750" textsize="12" margin="0"
                      margin_right="8"/>
            </frame>
            <frame layout="linear_horizontal" margin="0">
                <text textsize="12" textcolor="#81858B" width="wrap_content" textalignment="right">خیابان فردوسی،‌پلاک خیابان فردوسی،‌پلاک ۷خیابان فردوسی،‌پلاک ۷خیابان فردوسی،‌پلاک ۷۷</text>
            </frame>
        </frame>
    </frame>

    <script id="recent-js">
        function onSearch() {
            Appsan.setProperty('recent', 'visibility', 'gone');
            Appsan.setProperty('recent-title', 'visibility', 'gone');
            Appsan.setProperty('results', 'visibility', 'visible');
            Appsan.setProperty('search-title', 'visibility', 'visible');
        }
    </script>
</page>