Hello guys.

I want to display a horizontal bar in the view, just like the separator of 
ListView, in other words, the left/right of the bar is fading, I tried as 
following:
Define UI elements in xml:

<TableLayout xxxxxx>
   ......
  <!--Following line is horizontal bar -->
  <View android:height="5sp"
      android:background="#FF909090"
      android:fadingEdge="horizontal"
</TableLayout>

Then the horizontal bar is shown, but the left/right of the bar is not fading. 
Would you give me any suggestion?

Thanks in advance.

-Jiang




      ___________________________________________________________ 
  好玩贺卡等你发,邮箱贺卡全新上线! 
http://card.mail.cn.yahoo.com/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to