Forums iOS
Modification du fichier info.plist
Voir le premier message non lu • 3 messages
• Page 1 sur 1
Modification du fichier info.plist
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
Merci d'avance pour votre aide
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
<?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
iPod Nano 6G 8Gв Red & iTouch V1 8Gв
-
ptitbull
Gamer Maitre
- Messages: 352
- Inscription: 16 Juin 2008, 11:32
- Prénom: steven
- Pays: France
Re: Modification du fichier info.plist
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.
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
- Messages: 10124
- Inscription: 02 Nov 2007, 01:00
- Localisation: Montpellier
- Pays: France
Re: Modification du fichier info.plist
J'ai essayer mais sa ne change rien
iPod Nano 6G 8Gв Red & iTouch V1 8Gв
-
ptitbull
Gamer Maitre
- Messages: 352
- Inscription: 16 Juin 2008, 11:32
- Prénom: steven
- Pays: France
3 messages
• Page 1 sur 1