- 新增或更新多个IDE配置文件(compiler.xml, gradle.xml等)以支持Android项目 - 简化主界面布局,使用ImageButton替换Button,移除不必要的TextView - 优化设置界面布局,使用RelativeLayout和LinearLayout组合改进视觉结构 - 将日志信息字符串提取到资源文件中以支持国际化 - 清理misc.xml中的冗余设备配置信息
6 lines
169 B
XML
6 lines
169 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CompilerConfiguration">
|
|
<bytecodeTargetLevel target="21" />
|
|
</component>
|
|
</project> |