forked from fengjundev/Android-Skin-Loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
813cd85
commit b39b2f7
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Android-Skin-Loader | ||
|
||
> 联系我 : [email protected] | ||
> Contact Me : [email protected] | ||
> | ||
> 一个通过动态加载本地皮肤包进行换肤的皮肤框架 | ||
|
@@ -38,7 +38,7 @@ xmlns:skin="http://schemas.android.com/android/skin" | |
... /> | ||
``` | ||
|
||
#### 3. 继承`SkinPluginActivity`作为BaseActivity进行开发 | ||
#### 3. 继承`BaseActivity`或者`BaseFragmentActivity`作为BaseActivity进行开发 | ||
|
||
|
||
#### 4. 从`.skin`文件中设置皮肤 | ||
|