On Tue, May 29, 2012 at 7:37 AM, Live Happy <[email protected]> wrote:
> this is layout that i used it
> <CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android";
>     android:id="@android:id/text1"
>     android:layout_width="fill_parent"
>     android:layout_height="?android:attr/listPreferredItemHeight"
>     android:textAppearance="?android:attr/textAppearanceMedium"
>     android:gravity="center_vertical"
>     android:checkMark="?android:attr/listChoiceIndicatorMultiple"
>     android:paddingLeft="6dip"
>     android:paddingRight="6dip"
>
> />
> how to modify it to support multiple text view  2 text under each other

Use a vertical LinearLayout.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

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