
Android期末作品
文章平均质量分 57
seed!
这个作者很懒,什么都没留下…
展开
-
Android制作计算器布局
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:stretchColumns="*" tools:context.原创 2022-04-20 23:26:43 · 2392 阅读 · 0 评论 -
Android做一个连连看(基本布局)
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:...原创 2022-04-20 23:23:08 · 5317 阅读 · 1 评论 -
Android期末作品(课表)
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" tools:conte...原创 2022-03-26 14:17:03 · 2888 阅读 · 0 评论