[android-developers] Fm Range

2011-07-30 Thread Eduardo Reis
Hi people,

Does anybody know the range of android's fm frequence?

-- 
*Reis, Eduardo.*
*
*
*Graduando em Ciência da Computação (UFMA)*
*Laboratório de Processamento e Análise de Imagens (LABPAI)*
*
*
*contato: *
*eduardo_jr...@hotmail.com*
*98 8839-9122*
*
*
*As raposas têm suas tocas e as aves do céu têm seus ninhos, mas o Filho do
homem não tem onde repousar a cabeça. Jesus Cristo.*
*
*
*
*
*
*

-- 
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] Help me with scrollview

2011-07-18 Thread Reis
hi, could somebody help me, please? :]

Do you remember what happen when there are a listview that contains
some icons (about three icons), and I touch the screen and scrollup or
scrolldown, so the list (of icons) moves and following my finger.

So I remove my finger from screen and the list back to the original
position (because have less icon then the size of screen). Look this
effect.

Well, my problem is that I have a activity and in this activity I've a
View (HorizontalScrollView) and it don't have the same effect, like
Listview. The icons (or other views) inside HorizontalScrollView just
follows to touch event, but when it leaves the icons(views) stay at
the position where it stopped.

As I don't find a horizontal listview, I'm trying to use scrollview
with this effect. Do you know how to do this?

Thanks for your attention

-- 
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] Help me with scrollview

2011-07-18 Thread Eduardo Reis
hi, could somebody help me, please? :]

Do you remember what happen when there are a listview that contains some
icons (about three icons), and I touch the screen and scrollup or
scrolldown, so the list (of icons) moves and following my finger.

So I remove my finger from screen and the list back to the original position
(because have less icon then the size of screen). Look this effect.

Well, my problem is that I have a activity and in this activity I've a View
(HorizontalScrollView) and it don't have the same effect, like Listview. The
icons (or other views) inside HorizontalScrollView just follows to touch
event, but when it leaves the icons(views) stay at the position where it
stopped.

As I don't find a horizontal listview, I'm trying to use scrollview with
this effect. Do you know how to do this?

Thanks for your attention


-- 
*Reis, Eduardo.*
*
*
*Graduando em Ciência da Computação (UFMA)*
*Laboratório de Processamento e Análise de Imagens (LABPAI)*
*
*
*contato: *
*eduardo_jr...@hotmail.com*
*98 8839-9122*
*
*
*As raposas têm suas tocas e as aves do céu têm seus ninhos, mas o Filho do
homem não tem onde repousar a cabeça. Jesus Cristo.*

-- 
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] Help with ScrollView

2011-07-18 Thread Eduardo Reis
hi, could somebody help me, please? :]

Do you remember what happen when there are a listview that contains
some icons (about three icons), and I touch the screen and scrollup or
scrolldown, so the list (of icons) moves and following my finger.

So I remove my finger from screen and the list back to the original
position (because have less icon then the size of screen). Look this
effect.

Well, my problem is that I have a activity and in this activity I've a
View (HorizontalScrollView) and it don't have the same effect, like
Listview. The icons (or other views) inside HorizontalScrollView just
follows to touch event, but when it leaves the icons(views) stay at
the position where it stopped.

As I don't find a horizontal listview, I'm trying to use scrollview
with this effect. Do you know how to do this?

Thanks for your attention

-- 
*Reis, Eduardo.*
*
*
*Graduando em Ciência da Computação (UFMA)*
*Laboratório de Processamento e Análise de Imagens (LABPAI)*
*
*
*contato: *
*eduardo_jr...@hotmail.com*
*98 8839-9122*
*
*
*As raposas têm suas tocas e as aves do céu têm seus ninhos, mas o Filho do
homem não tem onde repousar a cabeça. Jesus Cristo.*
*
*
*
*
*
*

-- 
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] Re: change color of fading edge in listview

2009-10-02 Thread Paulo Reis

I am able to control the fading edge color by setting the Cache color
Hint (android:cacheColorHint) property.

From my experience, I noticed that the default behavior is the edge
fading to black. I had a scenario with a white background where,
obviously, I wanted the edge fading to white. I was able to accomplish
this by setting android:cacheColorHint to the background color.

Best regards,
Paulo Reis

On 7 Ago, 13:00, Per Sandström pg.sandst...@gmail.com wrote:
 i have a listview with a very white layout. Thus I wish the fading
 edge was black, instead of white as it is right now. How can I change
 this? As far as I can see it cant be done in xml...

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---