-
Notifications
You must be signed in to change notification settings - Fork 9
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
forestlover
authored and
forestlover
committed
May 18, 2017
1 parent
445e81b
commit 8b65765
Showing
6 changed files
with
77 additions
and
45 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
iconpack/src/main/java/com/sofaking/iconpack/Constants.java
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
package com.sofaking.iconpack; | ||
|
||
/** | ||
* Created by nadavfima on 18/05/2017. | ||
*/ | ||
|
||
public class Constants { | ||
|
||
static final String FILE_APPFILTER = "appfilter"; | ||
static final String FILE_DRAWABLE = "drawable"; | ||
|
||
static final String COMPONENT = "component"; | ||
static final String DRAWABLE = "drawable"; | ||
static final String BACKGROUND = "iconback"; | ||
static final String BACKGROUND_IMG = "img"; | ||
static final String MASK = "iconmask"; | ||
static final String FRONT = "iconupon"; | ||
static final String SCALE = "scale"; | ||
static final String ITEM = "item"; | ||
static final String FACTOR = "factor"; | ||
static final String IMG_1_VALUE = "img1"; | ||
|
||
} |
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
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
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
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
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