chore: 更新IDE配置和优化UI布局
- 新增或更新多个IDE配置文件(compiler.xml, gradle.xml等)以支持Android项目 - 简化主界面布局,使用ImageButton替换Button,移除不必要的TextView - 优化设置界面布局,使用RelativeLayout和LinearLayout组合改进视觉结构 - 将日志信息字符串提取到资源文件中以支持国际化 - 清理misc.xml中的冗余设备配置信息
This commit is contained in:
6
.idea/AndroidProjectSystem.xml
generated
Normal file
6
.idea/AndroidProjectSystem.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AndroidProjectSystem">
|
||||
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user