Re: [android-developers] Strange layout bug: bottom half of button text missing. Xperia X10

2010-05-04 Thread Konstantin Vasilyev

I've seen this too - 1.5, HTC Hero.

The workaround is to set margins with the enclosing layout.

-- Kostya

Flying Coder  писал(а) в своём письме Tue, 04 May  
2010 16:03:11 +0400:




Please see this image:   
http://sites.google.com/a/appventive.com/www/files/button_bug.jpg


Notice how the bottom half of the words "Done" & "Clear" are clipped.
This does NOT happen on the emulator or on the N1, Droid or G1.  But,
apparently is happening on the XPeria X10.

Has anyone else seen this?  Any idea how to work around the problem?
Here's the layout for the buttons (background set programmatically):



Thanks,
Steve


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


Re: [android-developers] Re: Market shows: "Localized to: unknown" - issue 5930 is still not fixed?

2010-05-01 Thread Konstantin Vasilyev

We know it works, e.g.

http://www.cyrket.com/p/android/org.kman.WifiManager/

(and countless others)

Do you have a res/values, too (non-localized)?

If not, can you try creating it?

-- Kostya

Evgeny V  писал(а) в своём письме Sat, 01 May 2010  
23:59:55 +0400:



Unfortunately the suggested solution doesn't solving the problem:(

2010/5/1 Evgeny V 


I thought that it can be a problem but stil din't try.
Thanks a lot!

2010/5/1 Konstantin Vasilyev 

Hi,


Have you tried using two-letter locale codes?

res/values-fr
res/values-es
res/values-ru

-- Kostya


Evgeny V  писал(а) в своём письме Sat, 01 May 2010
12:45:25 +0400:


Hi all,


Any updates for this issue?

When I've published my update it's not appeared as "Just in" in  
Market.

May the unknown localization cause such problem?

Thanks,
Evgeny

On Sat, Apr 24, 2010 at 11:41 PM, EvgenyV  wrote:

Hi all!


I've just uploaded my application supports many languages. Android
Market shows "Localized to: unknown".
I have res\values-fr-rFR, res\values-es-rES, res\values-ru-rRU etc.
localized folders.

Found that same issue has reported as issue 5930 but didn't find any
responses.

Any ideas?

Thanks in advance,
Evgeny






--
Написано в почтовом клиенте браузера Opera: http://www.opera.com/mail/

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to  
android-developers@googlegroups.com

To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en









--
Написано в почтовом клиенте браузера Opera: http://www.opera.com/mail/

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


Re: [android-developers] Re: Market shows: "Localized to: unknown" - issue 5930 is still not fixed?

2010-05-01 Thread Konstantin Vasilyev

Hi,

Have you tried using two-letter locale codes?

res/values-fr
res/values-es
res/values-ru

-- Kostya


Evgeny V  писал(а) в своём письме Sat, 01 May 2010  
12:45:25 +0400:



Hi all,

Any updates for this issue?

When I've published my update it's not appeared as "Just in" in Market.
May the unknown localization cause such problem?

Thanks,
Evgeny

On Sat, Apr 24, 2010 at 11:41 PM, EvgenyV  wrote:


Hi all!

I've just uploaded my application supports many languages. Android
Market shows "Localized to: unknown".
I have res\values-fr-rFR, res\values-es-rES, res\values-ru-rRU etc.
localized folders.

Found that same issue has reported as issue 5930 but didn't find any
responses.

Any ideas?

Thanks in advance,
Evgeny





--
Написано в почтовом клиенте браузера Opera: http://www.opera.com/mail/

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


[android-developers] Smarter widget updates

2010-04-29 Thread Konstantin Vasilyev

Hi,

I have a widget that displays detailed WiFi state (SSID, signal, etc).

It registers in the manifest to receive various android.net.wifi.*
notifications. So far so good.

However, these notifications are not sent if the home screen is side-
scrolled, or phone is screen-locked. This is good - improves battery time  
and performance.


The bad side of this, though, is that since WiFi state can change while
the widget is not visible, I have to request frequent scheduled
updates in my  xml descriptor to bring the widget
completely up to date when it's scrolled into view or phone screen is  
unlocked.


After the widget comes into view and is updated, further updates could
be driven again by android.net.wifi.* notifications, but scheduled
onUpdate()'s continue to run, which is a waste.

Is there a way to register my AppWidgetProvider for a smart one-tme
update when it's becomes visible, either after side-scrolling, or
after the screen is unlocked?

-- Kostya Vasilyev
-- http://kmansoft.wordpress.com/sw/

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