Forums iOS

Modification du fichier info.plist

Modification du fichier info.plist

Message non lupar ptitbull » 23 Fév 2012, 17:38

Bonjour à tous,

Alors voila j'ai essayer de toucher au fichier info.plist pour descendre la date car elle est trop haute par rapport à mon icône mais je ne trouve pas ou il faut faire la modif :surp

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BadgeStyle</key>
<string>padding-top: -2 ; font-size: 13px; color: rgba(50,30,15,0.9); text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;</string>
<key>CalendarIconDateStyle</key>
<string>color: rgba(0,0,0,0.75); padding-right: 1; font-size: 25;</string>
<key>CalendarIconDayStyle</key>
<string>color: Transparent</string>
<key>DockedIconLabelStyle</key>
<string>color: transparent; text-shadow: transparent 0px 1px 0px;</string>
<key>UndockedIconLabelStyle</key>
<string>color: rgba(255,255,255,0.9); font-size: 10;</string>
<key>UndockedIconLabelStyle</key>
<string>visibility: hidden;</string>
</dict>
</plist>


Merci d'avance pour votre aide :wink
iPod Nano 6G 8Gв Red & iTouch V1 8Gв
ptitbull Gamer Maitre
Gamer Maitre
Messages: 352
Inscription: 16 Juin 2008, 11:32
Prénom: steven
Pays: France

Re: Modification du fichier info.plist

Message non lupar ptidd » 23 Fév 2012, 20:42

Pour le chiffre (enfin la date) =>
il faut rajouter top en ajustant les pixel, là j'ai mis 5 par rapport a mon thème.
<key>CalendarIconDateStyle</key>
<string>color: rgba(0,0,0,0.75);
padding-right: 1;
font-size: 25
;top:5px;
</string>
iPhone 6 64GB - iOS 8.0.2
ptidd Ancien
Ancien
Messages: 10124
Inscription: 02 Nov 2007, 01:00
Localisation: Montpellier
Pays: France

Re: Modification du fichier info.plist

Message non lupar ptitbull » 23 Fév 2012, 20:47

J'ai essayer mais sa ne change rien :confus
iPod Nano 6G 8Gв Red & iTouch V1 8Gв
ptitbull Gamer Maitre
Gamer Maitre
Messages: 352
Inscription: 16 Juin 2008, 11:32
Prénom: steven
Pays: France


 

Retourner vers Développement et customisation