摘要:
切换城市 package com.example.app_t; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import andro 阅读全文
posted @ 2023-04-10 08:49
椰糖
阅读(46)
评论(0)
推荐(0)
|
摘要:
切换城市 package com.example.app_t; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import andro 阅读全文
posted @ 2023-04-10 08:49
椰糖
阅读(46)
评论(0)
推荐(0)
摘要:
LinearLayout通过属性android:orientation区分两种方向,其中从左到右排列叫作水平方向,属性值为horizontal;从上到下排列叫作垂直方向,属性值为vertical。如果LinearLayout标签不指定具体方向,则系统默认该布局为水平方向排列,也就是默认android 阅读全文
posted @ 2023-04-10 08:27
椰糖
阅读(17)
评论(0)
推荐(0)
|