Selaa lähdekoodia

1.添加新素材

20241218TB223FC(测试jar包)
wangwanlei 11 kuukautta sitten
vanhempi
commit
de2d8dde0f

+ 2
- 2
app/src/main/java/com/xhly/manageapp/utils/CustomAppUtils.kt Näytä tiedosto

@@ -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 Näytä tiedosto


BIN
app/src/main/res/drawable-xxhdpi/icon_rotation.png Näytä tiedosto


Loading…
Peruuta
Tallenna