瀏覽代碼

1.添加新素材

20241218TB223FC(测试jar包)
wangwanlei 11 月之前
父節點
當前提交
de2d8dde0f

+ 2
- 2
app/src/main/java/com/xhly/manageapp/utils/CustomAppUtils.kt 查看文件

@@ -24,12 +24,12 @@ class CustomAppUtils {
24 24
         appList.add(getCusomAppBean(
25 25
             context.getString(R.string.rotation),
26 26
             Const.CUSTOMROTATIONAPP,
27
-            AppCompatResources.getDrawable(context,R.drawable.icon_speed)!!
27
+            AppCompatResources.getDrawable(context,R.drawable.icon_rotation)!!
28 28
         ))
29 29
         appList.add(getCusomAppBean(
30 30
             context.getString(R.string.changepsd),
31 31
             Const.CUSTOMROTATIONAPP,
32
-            AppCompatResources.getDrawable(context,R.drawable.icon_speed)!!
32
+            AppCompatResources.getDrawable(context,R.drawable.icon_changepwd)!!
33 33
         ))
34 34
         return appList
35 35
     }

二進制
app/src/main/res/drawable-xxhdpi/icon_changepwd.png 查看文件


二進制
app/src/main/res/drawable-xxhdpi/icon_rotation.png 查看文件


Loading…
取消
儲存