NightModel
a night model lib for easy change app's night theme.
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- ApplicationTest.java
- AttrTypeBackground.java
- AttrTypeImageSrc.java
- AttrTypeImageSrcCompat.java
- AttrTypeProgressDrawable.java
- AttrTypeTextColor.java
- AttrTypeTextStyle.java
- AttrTypeTint.java
- Attr.java
- AttrType.java
- AttrView.java
- AttrUtils.java
- PersistenceUtils.java
- ModelChangeListener.java
- ModelChangeManager.java
- NightModelManager.java
- strings.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- ApplicationTest.java
- AppApplication.java
- Main2Activity.java
- MainActivity.java
- auto_image.png
- background.xml
- ic_arrow.xml
- auto_image.png
- activity_main.xml
- activity_main2.xml
- content_main.xml
- content_main2.xml
- item_layout.xml
- menu_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- colors.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- README_ZH.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/achenglike/NightModel
Downloads the entire project code from GitHub to your computer.
cd NightModel
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
