Quote:
Originally Posted by Answer1o1
First off i cant figure out how to get rid of the normal clock. If i install a clock widget will the normal clock go away? I dont want both.
Second, where are the files for the keyboard..? I cant find them in winscp... I want to get rid of the highlight feature when hitting keys. Should eliminate the lag between hitting keys fast...
Thanks!
|
for your clock you can add an info.plist to you theme that makes the clock transparent
Code:
<?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>TimeStyle</key>
<string> color: transparent</string>
</dict>
</plist>
as for the keyboard files they are located in system/library/Frameworks/UIKit.framework
Keyboard-Common.artwork
Keyboard-Latin.artwork
Keyboard-Emoji.artwork(for the icon expressions)
but im not sure how to get rid of the highlight feature..i would think that is something in how the keyboard is made to work ...but maybe some one knows