Parcourir la source

1.添加新素材

20241218TB223FC(测试jar包)
wangwanlei il y a 11 mois
Parent
révision
de2d8dde0f

+ 2
- 2
app/src/main/java/com/xhly/manageapp/utils/CustomAppUtils.kt Voir le fichier

@@ -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
     }

BIN
app/src/main/res/drawable-xxhdpi/icon_changepwd.png Voir le fichier


BIN
app/src/main/res/drawable-xxhdpi/icon_rotation.png Voir le fichier


Chargement…
Annuler
Enregistrer