Dear All,

I am facing a strange issue with Sony Xperia X8 and Sony Xperia X10
Mini Running Android 2.1

On my quiz game (GeoStar/GeoStar Lite) it look like some sony phone
running Firmware 2.1 are not taking care of my  android:paddingLeft on
RadioButtons

I tried using Sony SDK but they provide only an old one (1.6). So i
can't reproduce on emulator
Here is what I've got with Sony SDK
https://lh4.googleusercontent.com/_C7YoPDe4hZc/TWEE_LLiOZI/AAAAAAAAA30/MjPTJrkZG7c/2011-02-19%2018h30_21.jpg
This is correct and it's rendered this way on almost all phone....(HTC
wildfire has same resolution as Sony Xperia X10 Mini, and HTC Hero
same resolution as Sony Xperia X8)

But X8 and X10mini updating to firmware 2.1 are now showing :
https://lh3.googleusercontent.com/_C7YoPDe4hZc/TWETCssvgOI/AAAAAAAAA38/Jn89bsIcJKA/s640/DSC00235.jpg
The button text is now under the Star (so first letters are not seen).

My theme declared in manifest for this screen is :

        <style name="customBG" parent="android:Theme">
       <item name="android:windowBackground">@color/background_gv</
item>
       <item name="android:windowTitleBackgroundStyle">@style/
WindowTitleBackground</item>
    </style>
   <style name="WindowTitleBackground">
        <item name="android:background">@drawable/titlebar_cust</
item>
    </style>

The button style is :

<style name="RadioButtonQ">
[.....]
<item name="android:paddingLeft">30dip</item>
 </style>


Anyone Faced the same issue ?

I should be able to get rid of that using :
Button with android:drawableLeft  instead of  RadioButton with
android:button + android:paddingLeft

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to