posts - 296,comments - 1,views - 2995

1.我昨天的成就

调用了动物识别api

2.遇到什么困难

调用很顺利

3.今天的任务

android举报页面

4.代码/截屏
`

<TextView
    android:gravity="center"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:text="举报店家"
    android:textColor="@color/button"
    android:textSize="26sp">
</TextView>
<Space
    android:layout_width="match_parent"
    android:layout_height="30sp">
</Space>

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="30sp"
    android:orientation="horizontal"
    android:gravity="center">
    <ImageView
        android:layout_width="30sp"
        android:layout_height="30sp"
        android:src="@drawable/p">
    </ImageView>
    <EditText
        android:hint="请您输入店名"
        android:background="@drawable/shape_edit"
        android:id="@+id/et_store"
        android:layout_width="200dp"
        android:layout_height="wrap_content">
    </EditText>
</LinearLayout>
<Space
    android:layout_width="match_parent"
    android:layout_height="30sp">
</Space>
<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="30sp"
    android:orientation="horizontal"
    android:gravity="center">
    <ImageView
        android:layout_width="30sp"
        android:layout_height="30sp"
        android:src="@drawable/home">
    </ImageView>
    <EditText
        android:hint="请您输入地址"
        android:background="@drawable/shape_edit"
        android:id="@+id/et_location"
        android:layout_width="200dp"
        android:layout_height="wrap_content">
    </EditText>
</LinearLayout>

<Space
    android:layout_width="match_parent"
    android:layout_height="30sp">
</Space>

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="30sp"
    android:orientation="horizontal"
    android:gravity="center">
    <ImageView
        android:layout_width="30sp"
        android:layout_height="30sp"
        android:src="@drawable/people">
    </ImageView>

    <EditText
        android:hint="请您输入姓名"
        android:background="@drawable/shape_edit"
        android:id="@+id/et_name"
        android:layout_width="200dp"
        android:layout_height="wrap_content">
    </EditText>
</LinearLayout>
<Space
    android:layout_width="match_parent"
    android:layout_height="30sp">
</Space>

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="30sp"
    android:orientation="horizontal"
    android:gravity="center">
    <ImageView
        android:layout_width="30sp"
        android:layout_height="30sp"
        android:src="@drawable/phone">
    </ImageView>
    <EditText
        android:hint="请输入8位手机号"
        android:background="@drawable/shape_edit"
        android:id="@+id/et_phone"
        android:layout_width="200dp"
        android:layout_height="wrap_content">
    </EditText>
</LinearLayout>


<TextView
    android:layout_width="match_parent"
    android:layout_height="30sp"/>
<android.widget.Button
    android:layout_gravity="center"
    android:background="@drawable/shape_button"
    android:id="@+id/bt_submit"
    android:layout_width="wrap_content"
    android:layout_height="30sp"
    android:text="点击提交">
</android.widget.Button>

`

posted on   leapss  阅读(1)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 因为Apifox不支持离线,我果断选择了Apipost!
· 通过 API 将Deepseek响应流式内容输出到前端
历史上的今天:
2023-04-25 每日打卡-13
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示