
安卓基础开发
初写程序的小白
这个作者很懒,什么都没留下…
展开
-
Android studio基础开发期末大作业--values(color/strings/style)
本模块是对整改的样式,颜色,字符的定义 本文后还会加上一个word color <?xml version="1.0" encoding="utf-8"?> <resources> <color name="colorPrimary">#3F51B5</color> <color name="colorPrimaryDark">#303F9F</color> <color name="colorAccent原创 2021-06-20 09:24:54 · 2838 阅读 · 0 评论 -
Android studio基础开发期末大作业----wish(xml+java)
本模块是拓展功能 wish-xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/orang原创 2021-06-20 09:16:10 · 2283 阅读 · 0 评论 -
Android studio基础开发期末大作业----fixpassword(xml+java)
本模块主要讲述修改密码 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white"原创 2021-06-20 09:12:21 · 925 阅读 · 0 评论 -
Android studio基础开发期末大作业----register(xml+java)
本模块主要讲述注册功能 register-xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@mipm原创 2021-06-20 09:09:14 · 1056 阅读 · 0 评论