首页

android 设置应用主题颜色

java

2020-8-10

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
ChangedMotiveColorTest/.classpath , 475
ChangedMotiveColorTest/.project , 858
ChangedMotiveColorTest/.settings/org.eclipse.jdt.core.prefs , 177
ChangedMotiveColorTest/AndroidManifest.xml , 1264
ChangedMotiveColorTest/bin/AndroidManifest.xml , 1264
ChangedMotiveColorTest/bin/ChangedMotiveColorTest.apk , 463708
ChangedMotiveColorTest/bin/classes.dex , 1234748
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/activity/MainActivity$1.class , 1224
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/activity/MainActivity.class , 972
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/activity/MotiveActivity$1.class , 911
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/activity/MotiveActivity$OnSkinColorClickListener.class , 1582
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/activity/MotiveActivity.class , 3591
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/activity/MyApplication.class , 715
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/BuildConfig.class , 377
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/mode/ColorManager.class , 2655
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/mode/OnColorChangedListener.class , 197
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/R$array.class , 454
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/R$attr.class , 388
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/R$drawable.class , 868
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/R$id.class , 824
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/R$layout.class , 534
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/R$string.class , 516
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/R.class , 707
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/util/MyPreference.class , 2235
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/view/ColorImageView.class , 1931
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/view/ColorLinearLayout.class , 1870
ChangedMotiveColorTest/bin/classes/com/qiulong/changedmotivecolortest/view/SquareLayout.class , 1114
ChangedMotiveColorTest/bin/dexedLibs/android-support-v4-11ff9706c5fdcbc814d8f69ab0f01799.jar , 409573
ChangedMotiveColorTest/bin/jarlist.cache , 120
ChangedMotiveColorTest/bin/resources.ap_ , 49314
ChangedMotiveColorTest/bin/res/crunch/drawable-hdpi/checked_normal.png , 154
ChangedMotiveColorTest/bin/res/crunch/drawable-hdpi/checked_pressed.png , 447
ChangedMotiveColorTest/bin/res/crunch/drawable-hdpi/delete_normal.png , 271
ChangedMotiveColorTest/bin/res/crunch/drawable-hdpi/delete_pressed.png , 256
ChangedMotiveColorTest/bin/res/crunch/drawable-hdpi/ic_launcher.png , 5964
ChangedMotiveColorTest/bin/res/crunch/drawable-hdpi/selected_normal.png , 485
ChangedMotiveColorTest/bin/res/crunch/drawable-hdpi/selected_pressed.png , 745
ChangedMotiveColorTest/bin/res/crunch/drawable-hdpi/skin_selected.png , 689
ChangedMotiveColorTest/bin/res/crunch/drawable-hdpi/title_back.png , 222
ChangedMotiveColorTest/bin/res/crunch/drawable-mdpi/ic_launcher.png , 3112
ChangedMotiveColorTest/bin/res/crunch/drawable-xhdpi/ic_launcher.png , 9355
ChangedMotiveColorTest/bin/res/crunch/drawable-xxhdpi/ic_launcher.png , 17889
ChangedMotiveColorTest/gen/com/qiulong/changedmotivecolortest/BuildConfig.java , 176
ChangedMotiveColorTest/gen/com/qiulong/changedmotivecolortest/R.java , 2404
ChangedMotiveColorTest/ic_launcher-web.png , 51394
ChangedMotiveColorTest/libs/android-support-v4.jar , 1184670
ChangedMotiveColorTest/proguard-project.txt , 781
ChangedMotiveColorTest/project.properties , 607
ChangedMotiveColorTest/res/drawable-hdpi/checked_normal.png , 1101
ChangedMotiveColorTest/res/drawable-hdpi/checked_pressed.png , 1282
ChangedMotiveColorTest/res/drawable-hdpi/delete_normal.png , 1218
ChangedMotiveColorTest/res/drawable-hdpi/delete_pressed.png , 1094
ChangedMotiveColorTest/res/drawable-hdpi/ic_launcher.png , 7658
ChangedMotiveColorTest/res/drawable-hdpi/selected_normal.png , 1906
ChangedMotiveColorTest/res/drawable-hdpi/selected_pressed.png , 1857
ChangedMotiveColorTest/res/drawable-hdpi/skin_selected.png , 1596
ChangedMotiveColorTest/res/drawable-hdpi/title_back.png , 1275
ChangedMotiveColorTest/res/drawable-mdpi/ic_launcher.png , 3777
ChangedMotiveColorTest/res/drawable-xhdpi/ic_launcher.png , 12516
ChangedMotiveColorTest/res/drawable-xxhdpi/ic_launcher.png , 24777
ChangedMotiveColorTest/res/drawable/checked_state.xml , 304
ChangedMotiveColorTest/res/drawable/delete_state.xml , 302
ChangedMotiveColorTest/res/drawable/selected_state.xml , 306
ChangedMotiveColorTest/res/layout/activity_main.xml , 902
ChangedMotiveColorTest/res/layout/activity_motive.xml , 3729
ChangedMotiveColorTest/res/layout/activity_motive_item.xml , 867
ChangedMotiveColorTest/res/values/arrays.xml , 337
ChangedMotiveColorTest/res/values/strings.xml , 214
ChangedMotiveColorTest/res/values/styles.xml , 34
ChangedMotiveColorTest/src/com/qiulong/changedmotivecolortest/activity/MainActivity.java , 775
ChangedMotiveColorTest/src/com/qiulong/changedmotivecolortest/activity/MotiveActivity.java , 3532
ChangedMotiveColorTest/src/com/qiulong/changedmotivecolortest/activity/MyApplication.java , 382
ChangedMotiveColorTest/src/com/qiulong/changedmotivecolortest/mode/ColorManager.java , 1732
ChangedMotiveColorTest/src/com/qiulong/changedmotivecolortest/mode/OnColorChangedListener.java , 132
ChangedMotiveColorTest/src/com/qiulong/changedmotivecolortest/util/MyPreference.java , 1558
ChangedMotiveColorTest/src/com/qiulong/changedmotivecolortest/view/ColorImageView.java , 1569
ChangedMotiveColorTest/src/com/qiulong/changedmotivecolortest/view/ColorLinearLayout.java , 1465
ChangedMotiveColorTest/src/com/qiulong/changedmotivecolortest/view/SquareLayout.java , 830
没有账号? 忘记密码?

社交账号快速登录