今天学习了Android 开发的文本控件的初步,以及像素的知识文本的字体大小DP,与sp的差别。
xml,java,<string>等的了解。
1,<resources>
<string name="app_name">My Application</string>
<string name="hello">你好,世界!</string>
</resources>

2, android:text="@string/hello"
3. tv_hello.setText(R.string.hello);
字体的颜色学习,系统自带的和八位自定义,六位颜色。