Create Your Theme for Caller Screen Dialer App. App Link: http://tinyurl.com/n27sc5y
#Steps to Make Theme=>
- Package name must start with com.callerscreendialer.theme, you can append your theme name com.callerscreendialer.theme.xxxxxx
- Replace [drawable] Images with your theme images
- Replace [strings.xml] with your text. You can use any language.
- Replace [colors.xml] for text and background colors
Note: for below 3 properties:
<color name="bg">#ffffffff</color>
<color name="appbackground">#ffffffff</color>
<color name="app_shortcut_background">#ffffffff</color>
<color name="receivecallbg">#ffffffff</color>
<color name="callscreenbg">#ffffffff</color>
For Example:
if you have "appbackground" named image in drawable then that image will be used as background.
if you don't have "appbackground" named image in drawable then [#ffffffff] any color can be used as a bg color.
Rest all colors properties used for only color.
#Note: Don't Rename any file. If you get SDK issue then add local.properties file with your sdk location.
you can monetize with ad network or paid theme.
For More Detail Read 'More Details For Theme.txt'. in Root Directory
Basic Naming Guideline:
Set Your Application Name as "CSD [YourThemeName] Theme".
Set display name in [strings.xml] as your theme name, It will appear in Caller Screen Dialer App as installed theme.
Have a nice day!