资源简介
Android换肤,更换背景,白天模式夜间模式demo
实现方法:通过自定义控件,以及自定义相关样式
利用偏好设置进行保存用户的设置
实现不用重新启动activity进行换肤功能,更换背景,相关图片,以及文字的颜色设置
http://blog.csdn.net/u013009808/article/details/79369589
代码片段和文件信息
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.a390778.testchangeicon;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean(“true“);
public static final String APPLICATION_ID = “com.example.a390778.testchangeicon“;
public static final String BUILD_TYPE = “debug“;
public static final String FLAVOR = ““;
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = “1.0“;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 127 2018-02-23 14:00 TestChangeIcon\.gitignore
文件 31 2018-02-23 14:01 TestChangeIcon\.gradle\2.14.1\taskArtifacts\cache.properties
文件 17 2018-02-25 15:59 TestChangeIcon\.gradle\2.14.1\taskArtifacts\cache.properties.lock
文件 156001 2018-02-25 15:58 TestChangeIcon\.gradle\2.14.1\taskArtifacts\fileHashes.bin
文件 4876375 2018-02-25 15:58 TestChangeIcon\.gradle\2.14.1\taskArtifacts\fileSnapshots.bin
文件 27404 2018-02-25 15:58 TestChangeIcon\.gradle\2.14.1\taskArtifacts\fileSnapshotsToTreeSnapshotsIndex.bin
文件 111220 2018-02-25 15:58 TestChangeIcon\.gradle\2.14.1\taskArtifacts\taskArtifacts.bin
文件 127697 2018-02-25 15:58 TestChangeIcon\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localClassSetAnalysis\localClassSetAnalysis.bin
文件 17 2018-02-25 15:58 TestChangeIcon\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localClassSetAnalysis\localClassSetAnalysis.lock
文件 22205 2018-02-25 15:58 TestChangeIcon\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localJarClasspathSnapshot\localJarClasspathSnapshot.bin
文件 17 2018-02-25 15:58 TestChangeIcon\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localJarClasspathSnapshot\localJarClasspathSnapshot.lock
文件 686 2018-02-23 14:00 TestChangeIcon\.idea\compiler.xm
文件 76 2018-02-23 14:00 TestChangeIcon\.idea\copyright\profiles_settings.xm
文件 626 2018-02-23 14:01 TestChangeIcon\.idea\gradle.xm
文件 645 2018-02-23 14:02 TestChangeIcon\.idea\libraries\animated_vector_drawable_25_2_0.xm
文件 761 2018-02-24 13:56 TestChangeIcon\.idea\libraries\appcompat_v7_25_2_0.xm
文件 555 2018-02-24 13:56 TestChangeIcon\.idea\libraries\design_25_2_0.xm
文件 627 2018-02-23 14:02 TestChangeIcon\.idea\libraries\espresso_core_2_2_2.xm
文件 682 2018-02-23 14:02 TestChangeIcon\.idea\libraries\espresso_idling_resource_2_2_2.xm
文件 700 2018-02-23 14:02 TestChangeIcon\.idea\libraries\exposed_instrumentation_api_publish_0_5.xm
文件 526 2018-02-23 14:02 TestChangeIcon\.idea\libraries\hamcrest_core_1_3.xm
文件 354 2018-02-23 14:02 TestChangeIcon\.idea\libraries\hamcrest_integration_1_3.xm
文件 342 2018-02-23 14:02 TestChangeIcon\.idea\libraries\hamcrest_library_1_3.xm
文件 330 2018-02-23 14:02 TestChangeIcon\.idea\libraries\javawriter_2_1_1.xm
文件 358 2018-02-23 14:02 TestChangeIcon\.idea\libraries\javax_annotation_api_1_2.xm
文件 324 2018-02-23 14:02 TestChangeIcon\.idea\libraries\javax_inject_1.xm
文件 330 2018-02-23 14:02 TestChangeIcon\.idea\libraries\jsr305_2_0_1.xm
文件 477 2018-02-23 14:02 TestChangeIcon\.idea\libraries\junit_4_12.xm
文件 600 2018-02-24 13:56 TestChangeIcon\.idea\libraries\recyclerview_v7_25_2_0.xm
文件 721 2018-02-24 13:56 TestChangeIcon\.idea\libraries\rules_0_5.xm
............此处省略1971个文件信息
评论
共有 条评论