Android资源文件基本使用方法
摘要:style style文件是为了抽取一些控件的属性的共同点,通过style预设一些值 另外在项目中主要的作用也是为了属性的统一管理,方便后续的修改 使用方法: 在values中新建一个style.xml文件 其中的代码如下 <style name="TestTextView"> <item name
阅读全文
posted @ 2023-09-02 11:22
posted @ 2023-09-02 11:22
posted @ 2023-09-02 11:17
posted @ 2023-09-02 10:02