公告板
版本库
filestore
活动
搜索
登录
android
/
pipIrrApp
管灌系统巡查员智能手机App
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.优化订单列表框架,升级为viewPager2,提升性能。 2.添加收到新工单后的红点提醒。 3.修复查询数据为空时报错。 4.优化修改经纬度的流程...
zuoxiao
2024-12-23
798128053bb17ed293aa8d5424db3b5ed007d375
[android/pipIrrApp.git]
/
app
/
src
/
main
/
res
/
values
/
themes.xml
1
2
3
4
5
6
7
8
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.PipIrrApp" parent="Theme.AppCompat.Light.NoActionBar" >
<item name="android:windowAnimationStyle">@null</item>
</style>
</resources>