Browse Source

1.添加新素材

20241218TB223FC(测试jar包)
wangwanlei 11 months ago
parent
commit
de2d8dde0f

+ 2
- 2
app/src/main/java/com/xhly/manageapp/utils/CustomAppUtils.kt View File

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

BIN
app/src/main/res/drawable-xxhdpi/icon_changepwd.png View File


BIN
app/src/main/res/drawable-xxhdpi/icon_rotation.png View File


Loading…
Cancel
Save