COMMENT INSTALLER:
- Télécharger un thème.
- Ouvrez Paramètres FingerSecurity et aller à Thèmes.
- Choisissez l'option d'importation.
- Sélectionnez le thème téléchargé.
Comment créer un thème:
Un FingerSecurity Thème est rien de plus qu'un fichier zip.
Le fichier zip doit contenir les fichiers suivants:
- theme_conf.xml
- png images
Vous devez 6 type d'images (tout .png):
1 Une série d'images pour créer l'animation de surbrillance
2 Une série d'images pour créer l'animation de balayage
3 Une série d'images pour créer l'animation de décalage
4 Une image d'icône
5 Un réussir l'image
6 Une image par défaut
Les séries d'images sont nommés comme suit:
[nom de la série] _ [numéro de l'image] .png
Maintenant, vous devez créer le fichier de theme_conf.xml:
Code:
1234567891011121314151617181920212223242526<theme>
<theme:meta-data
name="ThemeName" <------ The theme's name
version="1" <------ The theme's verion
developer="Developer" <------ The deveopers name
iconName="iconname" <------ The name of the icon file without ".png"
description="theme description" <------ The theme's description (won't be shown in version 2.0 and above)
imageWidth="75" <------ The images with in dp (use 75 by default)
imageHeight="80"/> <------ The images height in dp (use 80 by default)
<theme:highlight
name="highlight_dot" <------ The serie name for the highlight animation
amount="35" <------ The amount of images in the highlight serie
duration="50"/> <------ The duration of each image in the highlight serie
<theme:mismatch
name="spass_mismatch" <------ The serie name for the mismatch animation
amount="15" <------ The amount of images in the mismatch serie
duration="50"/> <------ The duration of each image in the mismatch serie
<theme:scan
name="spass_scan" <------ The serie name for the scan animation
amount="10" <------ The amount of images in the scan serie
duration="50"/> <------ The duration of each image in the scan serie
<theme:succeed
name="spass_unlock_succeed"/> <------ The name of the succeed image without ".png"
<theme:default
name="spass_unlock_dot"/> <------ The name of the default image without ".png"
</theme>
THEMES:
- Back To Sammy - @kimdalanxa
- Crazy Thumb - @kimdalanxa
- Fancy - @kimdalanxa
- HiTech - @kimdalanxa
- Iphone 5S - @kimdalanxa
- Iron Eye - @kimdalanxa
- Square G Scan - @kimdalanxa
Post A Comment:
0 comments: