Sonstige Softkey Positionen verändern ..geht das?

Dieses Thema im Forum "Sony Ericsson" wurde erstellt von mkheinz, 4. Nov. 2009.

  1. mkheinz

    mkheinz VIP Mitglied

    Registriert seit:
    18. Sep. 2007
    Beiträge:
    329
    Zustimmungen:
    0
    Hallo .....

    ist es möglich die Positionen der Softkeys mittels irgendeiner Layout Änderung zu verändern??

    Ich meine ich hätte bei Gani mal gesehen das die Softkeys bei seinem W595 deitlich höher gesessen haben!

    @ Gani...war das nicht so bei dir???

    Danke Mikka
     
  2. fknpwned

    fknpwned Guest

    Hallo,

    die Icons von Gani waren warscheinlich nur auf dem Flashwallpaper höher gesetzt.
    Per Layout ist meines Wissens nach nichts möglich.
     
  3. mkheinz

    mkheinz VIP Mitglied

    Registriert seit:
    18. Sep. 2007
    Beiträge:
    329
    Zustimmungen:
    0
    Hi...andere Möglichkeit wäre noch in der Layout.xml die Softkeyleiste unten um zu schreiben von Standard gemäß
    240x30 auf 240x 40 oder höher!
    Würde bedeuten das du in der Leiste unten in der Höhe mehr Platz für die Icons hast!

    Code:
    <object name="BackgroundManager">
      <attributes count="70">
        <!-- Width, Height -->
        <attr value="240"/> <attr value="71"/>  <!-- TITLE_FULL_SCREEN -->
        <attr value="240"/> <attr value="40"/>  <!-- TITLE_FULL_SCREEN_SMALL -->
        <attr value="212"/> <attr value="40"/>  <!-- TITLE_OVERLAY -->
        <attr value="240"/> <attr value="320"/> <!-- STANDBY -->
        [COLOR="Lime"]<attr value="240"/> <attr value="24"/>  <!-- STANDBY_STATUSBAR -->[/COLOR] = Standbyleiste  oben
        [COLOR="Red"]<attr value="240"/> <attr value="30"/>  <!-- STANDBY_SOFTKEYS -->[/COLOR]    = Softkeyleiste  unten
        <attr value="240"/> <attr value="320"/> <!-- STANDBY_USER_DEFINED -->
        <attr value="240"/> <attr value="320"/> <!-- GENERAL -->
        <attr value="240"/> <attr value="320"/> <!-- DESKTOP -->
        <attr value="240"/> <attr value="266"/> <!-- OVERLAY -->
        <attr value="240"/> <attr value="71"/>  <!-- TAB -->
        <attr value="69"/>  <attr value="39"/>  <!-- TAB_SELECTED -->
        <attr value="48"/>  <attr value="33"/>  <!-- TAB_UNSELECTED -->
        <attr value="231"/> <attr value="38"/>  <!-- HIHGLIGHT_FULL_SCREEN_LIST -->
        <attr value="231"/> <attr value="69"/>  <!-- HIHGLIGHT_FULL_SCREEN_LIST_LARGE -->
        <attr value="203"/> <attr value="38"/>  <!-- HIHGLIGHT_OVERLAY_LIST -->
        <attr value="91"/>  <attr value="69"/>  <!-- DESKTOP_HIGHLIGHT -->
        <attr value="240"/> <attr value="30"/>  <!-- SOFTKEY_LEFT_PRESSED -->
        <attr value="240"/> <attr value="30"/>  <!-- SOFTKEY_MIDDLE_PRESSED -->
        <attr value="240"/> <attr value="30"/>  <!-- SOFTKEY_RIGHT_PRESSED -->
        <attr value="240"/> <attr value="266"/> <!-- INPUT -->
        <attr value="240"/> <attr value="226"/> <!-- INPUT_SMALL -->
        <attr value="240"/> <attr value="266"/> <!-- HOME_SCREEN -->
        <attr value="212"/> <attr value="71"/>  <!-- HOME_SCREEN_TAB -->
        <attr value="53"/>  <attr value="33"/>  <!-- HOME_SCREEN_TAB_UNSELECTED -->
        <attr value="79"/>  <attr value="39"/>  <!-- HOME_SCREEN_TAB_SELECTED -->
        <attr value="203"/> <attr value="69"/>  <!-- HOME_SCREEN_HIGHLIGHT -->
        <attr value="205"/> <attr value="38"/>  <!-- HOME_SCREEN_HIGHLIGHT_SMALL -->
        <attr value="212"/> <attr value="193"/> <!-- MORELIST -->
        <attr value="203"/> <attr value="38"/>  <!-- MORELIST_HIGHLIGHT -->
        <attr value="0"/>   <attr value="0"/>   <!-- STANDBY_2ND_DISPLAY -->
        <attr value="0"/>   <attr value="0"/>   <!-- STANDBY_2ND_DISPLAY_USER_DEFINED -->
        <attr value="240"/> <attr value="320"/> <!-- MEDIA_PORTRAIT -->
        <attr value="320"/> <attr value="240"/> <!-- MEDIA_LANDSCAPE-->
    	<attr value="240"/> <attr value="320"/> <!-- APPLICATION -->
      </attributes>
    </object>
    mikka
     
    #3 mkheinz, 4. Nov. 2009
    Zuletzt von einem Moderator bearbeitet: 4. Nov. 2009
  4. The Prophecy

    The Prophecy Developer

    Registriert seit:
    26. Okt. 2009
    Beiträge:
    646
    Zustimmungen:
    0
    mikka müsstest du dann nicht auch...

    <attr value="240"/> <attr value="30"/> <!-- SOFTKEY_LEFT_PRESSED -->
    <attr value="240"/> <attr value="30"/> <!-- SOFTKEY_MIDDLE_PRESSED -->
    <attr value="240"/> <attr value="30"/> <!-- SOFTKEY_RIGHT_PRESSED -->

    höher setzen?? oder irre ich mich da jetzt
     
  5. mkheinz

    mkheinz VIP Mitglied

    Registriert seit:
    18. Sep. 2007
    Beiträge:
    329
    Zustimmungen:
    0
    jepp recht hast du das auch!!
    mikka
     
Die Seite wird geladen...