View Single Post
Posts: 280 | Thanked: 136 times | Joined on Dec 2011 @ Banyuwangi, Indonesia
#7
For portrait:
Code:
MImAbstractKeyAreaStyle.Portrait {
   background-image: "meegotouch-keyboard-background";
   /*** Key Geometry ***/
    key-height-small: -1; /* unused */
    key-height-medium: 80px;
    key-height-large: 90px;
    key-height-x-large: 98px;
    key-height-xx-large: -1; /* unused */

    key-width-small-fixed: -1; /* unused */
    key-width-medium-fixed: 48px;
    key-width-large-fixed: 72px;
    key-width-x-large-fixed: 120px;
    key-width-xx-large-fixed: 141px;
    key-width-stretched-fixed: -1; /* unused */
   
    key-margin-left: -1px;
    key-margin-top: 0px;
    key-margin-right: 0px;
    key-margin-bottom: 0px;

    padding-left: 4px;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
}
For Landscape:
Code:
MImAbstractKeyAreaStyle.Landscape {
   background-image: "meegotouch-keyboard-background-landscape";
   /*** Key Geometry ***/
    key-height-small: -1; /* unused */
    key-height-medium: 60px;
    key-height-large: 70px;
    key-height-x-large: 85px;
    key-height-xx-large: -1; /* unused */

    key-width-small-fixed: -1; /* unused */
    key-width-medium-fixed: 87px;
    key-width-large-fixed: 129px;
    key-width-x-large-fixed: 218px;
    key-width-xx-large-fixed: 255px;
    key-width-stretched-fixed: -1; /* unused */
   
    key-margin-left: 0px;
    key-margin-top: 0px;
    key-margin-right: -1px;
    key-margin-bottom: 0px;

    padding-left: -1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
Found the file on:
/usr/share/themes/[your theme]/meegotouch/libmeego-keyboard/style/libmeego-keyboard.css

Dont forget to backup the original files

For a bunch of complete custom keyboard themes, go to here
__________________
twitter: @fitronarwani @N9Indonesia

Last edited by efion; 2013-04-29 at 03:18.
 

The Following User Says Thank You to efion For This Useful Post: