3/8打卡
1.2.282.2.26打卡3.2.274.2.295.3.16.3.47.3.68.3.5开课作业9.3.7
10.3/8打卡
11.3.1112.3.1213.3.1314.3.1415.3.1516.3.1817.3.1918.3.2019.3-21打卡20.3.2221.3.2522.3.2623.3-29打卡24.3月27打卡25.3.3126.4-1打卡27.4.228.4.329.4.430.4.531.4.832.4.933.4.1034.416打卡35.4.1736.4.1137.4.1238.4.1839.4.1940.4.22打卡41.4.23打卡42.4.24打卡43.4.25打卡44.4.26打卡45.4.2946.4.3047.5.148.5.249.5.350.57打卡51.5.852.5.953.5.1054.5.1355.5.1456.5.1557.5.1658.5.1759.5.2060.5.21打卡61.5.2262.5.2363.5.2464.5.2765.5.2866.529打卡67.5.30打卡68.5.31打卡69.6.3打卡70.6.4打卡71.6.5打卡72.6.6打卡73.6.7打卡74.6.10打卡75.6.13打卡76.6.14打卡77.6.15打卡78.6.16打卡79.第十六周总结80.6.17打卡81.6.19打卡82.6.20打卡83.6.21打卡84.6.23打卡85.6.24打卡86.6.25打卡87.6.26打卡88.6.27打卡89.6.28打卡90.6.29打卡91.6.30打卡92.6.1打卡93.6.294.第14周总结95.第十五周总结96.612打卡• 所花时间:1
• 代码行数:365
• 博客容量:1
• 代码如下:
今天学习了安卓开发
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="300dp"
android:orientation="horizontal"
tools:context=".ViewGravityActivity"
android:background="#00ff00">
<LinearLayout
android:layout_width="0dp"
android:layout_height="200dp"
android:layout_weight="1"
android:background="#ff0000"
android:layout_margin="10dp"
android:layout_gravity="bottom"
android:gravity="left"
android:padding="10dp">
<View
android:layout_width="100dp"
android:layout_height="100dp"
android:background="#00ffff"
/>
</LinearLayout>
<LinearLayout
android:layout_width="0dp"
android:layout_height="200dp"
android:layout_weight="1"
android:background="#ff0000"
android:layout_margin="10dp"
android:layout_gravity="top"
android:gravity="right"
android:padding="10dp">
<View
android:layout_width="100dp"
android:layout_height="100dp"
android:background="#00ffff"
/>
</LinearLayout>
</LinearLayout>
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· winform 绘制太阳,地球,月球 运作规律
· 上周热点回顾(3.3-3.9)