每日总结(6)
所用时间:
代码:
博客:1
知识点:
安装Android Studio
参考博客: Android studio安装教程_一纸梦的博客-CSDN博客_android studio
遇到错误:No cached version of com.android.tools.build:aapt2:7.4.1-8841542 available for offline mode.
经过多次查询找到打开
Android Studio基本使用
设置文本:
1 <TextView 2 .... 3 text = "文本" 4 或 text = "@string/hello 5 6 java中实现: 7 setContentView(R.layout.文件名) 8 或 9 TextView tv_hello = findViewById(R.id.tv_hello); 10 tv_hello.setText(R.string.hello);
设置文本大小
textsize = ""
dp:像素密度
sp:默认使用
颜色
textColor = ""
间距
layout_margin=""
padding=""