Android-9
摘要:1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.androi
阅读全文
posted @
2020-11-10 08:20
yunkuang
阅读(141)
推荐(0) 编辑
Android-6
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/
阅读全文
posted @
2020-10-08 23:30
yunkuang
阅读(184)
推荐(0) 编辑
Android-5
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an
阅读全文
posted @
2020-10-06 22:00
yunkuang
阅读(153)
推荐(0) 编辑
Android-4
摘要:package com.example.calculator; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.wi
阅读全文
posted @
2020-09-23 22:55
yunkuang
阅读(264)
推荐(0) 编辑
Android-3
摘要:九宫格抽奖 package com.example.nine; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.wi
阅读全文
posted @
2020-09-07 02:04
yunkuang
阅读(212)
推荐(0) 编辑
Android-2
摘要:应用登陆界面代码 package com.example.homework2; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import an
阅读全文
posted @
2020-09-06 23:45
yunkuang
阅读(207)
推荐(0) 编辑