当前位置: 首页 > news >正文

Android Studio

下载:
https://developer.android.google.cn/studio?hl=zh-cn

配置:

https://mirrors.huaweicloud.com/gradle/gradle-8.13-bin.zip




登录页面:
 

<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertical"><!-- 标题区域 --><LinearLayoutandroid:layout_width="match_parent"android:layout_height="200dp"android:layout_marginTop="50dp"android:background="#dddddd"android:gravity="center"android:orientation="vertical"><TextViewandroid:layout_width="match_parent"android:layout_height="wrap_content"android:text="用户登录"android:textAlignment="center"android:textSize="20sp" /></LinearLayout><!-- 用户名输入行 --><LinearLayoutandroid:layout_width="match_parent"android:layout_height="50dp"android:paddingHorizontal="50dp"android:orientation="horizontal"><TextViewandroid:layout_width="60dp"android:layout_height="match_parent"android:gravity="center"android:text="用户名" /><EditTextandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:inputType="text"android:textSize="16sp" />
</LinearLayout><!-- 密码输入行 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:paddingHorizontal="50dp"
android:orientation="horizontal"><TextViewandroid:layout_width="60dp"
android:layout_height="match_parent"
android:gravity="center"
android:text="密码" /><EditTextandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:inputType="textPassword"android:textSize="16sp" />
</LinearLayout><!-- 按钮区域 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal"
android:paddingTop="20dp"><Buttonandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:text="登录"android:layout_marginHorizontal="10dp"/><Buttonandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:text="重置"/></LinearLayout></LinearLayout>
implementation "com.squareup.okhttp3:okhttp:4.9.1"





http://www.dtcms.com/a/333553.html

相关文章:

  • IO流-转换流
  • MySQL的分析查询语句(EXPLAIN):
  • stream流debug
  • 华硕主板怎样调整风扇转速
  • Redis高级优化实战:从键值设计到集群调优
  • [HDCTF 2023]Normal_Rsa(revenge)
  • 晶振电路的负载电容、电阻参数设计
  • 重新定义城市探索!如何用“城市向导”解锁旅行新体验?
  • PID控制算法
  • Pytest 插件使用指南:让你的测试更高效
  • 中级统计师-会计学基础知识-第一章 账户与复试记账
  • @PreAuthorize(“hasPermission(#resourceId, ‘DATA_ASSET‘, ‘read‘)“)无法识别参数
  • 机器学习案例——《红楼梦》文本分析与关键词提取
  • C语言第八章指针五
  • 国内著名AI搜索优化专家孟庆涛发表《AI搜索内容可信度评估综合指南》
  • AI智能体在软件测试中的应用与未来趋势
  • 快速了解PCA降维
  • exec函数族、线程
  • termios 线程 poll epoll进化 二叉AVL红黑树
  • Redis入门和简介
  • python学习打卡day35
  • 分库分表和sql的进阶用法总结
  • AI客户维护高效解决方案
  • element-plus 如何通过js验证页面的表单
  • 开发避坑指南(27):Vue3中高效安全修改列表元素属性的方法
  • IP地址代理服务避坑指南:如何选择优质的IP地址代理服务公司?
  • 前端设置不同环境高德地图 key 和秘钥(秘钥通过运维统一配置)
  • 六大主流负载均衡算法
  • w484扶贫助农系统设计与实现
  • 【postgresql】一文详解postgresql中的统计模块