Quantcast
Channel: xda-developers - Android Themes
Viewing all articles
Browse latest Browse all 4090

Piller [ Theme Installer CM 12 ] [ OpenSource ]

$
0
0
Good evening to all boys.
Today I wanted to announce the release of Piller, a Theme Installer for Lollipop, on behalf of pillSoft (Small development team).

Piller uses code as open source, EasyLicenseChecker by Ishida and parts of code Rahul K Dinesh.

We tried to make the 'installer as dynamic as possible, so that they serve a few steps to add themes and customize it.
We decided to to insert the control on the license to meet the needs of young developers who see their apps distributed on the third store.
All this is expressed as a clean graphics, attractive and modern.
We have already translated all strings in Italian !.

We report below changes necessary to customize your installer.
All this information is also given in the description of this project on GitHub.

Screenshoot!




Screenshot realized with Italian String .

Personalize and Add Theme:

- Addition of the theme in assets / files, the name of apk must be formed only by the name of the theme **Important**.
- Inclusion of information on the topic in the file arrays.xml this includes:
* Theme Name
* Package Theme
* Motto of the theme
* Color of Primary Theme
* Primary Color of Dark Theme
* Primary Accent Color of Theme
* Highlighted Primary Color of Theme

#Change The name of application
Code:

<string name = "nameApplication"> Piller </ string>
<string name = "app_name"> Piller </ string>


#Customize Toolbar and colors refers to the file Color.xml as:

Code:

<color name = "ColorPrimary"> # 2d5d82 </ color> ToolBar
<color name = "colorPrimaryDark"> # 21425d </ color> StatusBar
<color name = "colorAccent"> # 01bcd5 </ color> AccentColor


#To insert the image of the subject that will appear in the installation window should change some lines of code (look for "Change it for image Theme"):

Code:

switch (auxTheme.theme_name) {
houses "Lin": // Replace Lin with your Theme Name
res = R.drawable.imm; // Replace imm with your image name
break;
houses "Daa": // Replace Lin with your Theme Name
res = R.drawable.imm2; // Replace imm with your image name
}


Also provided are also files that relate to the themes and images placeholder icon, these files can be opened with illustrator,**Located in Graphics Folder**


We hope that this can be d 'help and to your liking, all criticisms are welcome in order to improve the project.

If you want to support us ,you can make a modest donation to the team via paypal.

FAQ:
* I saw Lin and Daa, but are available to download?
- At this moment not, but will be available soon, follow + GiulioFagioli on Google Plus.

* Can I use the installer for profit?
- Yes you can, it would be appreciated ,if you believe, a small donation.

* Can I modify and resell the code / project?
-No, the project is under the GPL, but you can change it, improve it and drop it OpenSource.

* Can I use the 'icon or / and pictures of Placeholder?
- Yes, you can. You can find these file on Graphics folder , the extension is .ai and you can open it with illustrator Cs6 or later..


* How can I stay updated on the development of the project?
- Follow Giulio Fagioli and Lorenzo Salani on Google+ and follow this Thread.



Piller Project on GitHub.


Attached Files
File Type: apk Piller_Test.apk - [Click for QR Code] (2.07 MB)

Viewing all articles
Browse latest Browse all 4090

Trending Articles