Hi again...... ive found exactly what i was after

  <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:minHeight="?android:attr/listPreferredItemHeight"
            android:orientation="horizontal"
            android:gravity="center_vertical"
            android:paddingLeft="12dip"
            android:paddingRight="?android:attr/scrollbarSize">

            <ImageView
                android:id="@+id/icon"
                android:layout_width="48dip"
                android:layout_height="wrap_content"
                android:layout_marginRight="6dip"
                android:layout_gravity="center" />

            <RelativeLayout
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginRight="8dip"
                android:layout_marginTop="2dip"
                android:layout_marginBottom="6dip"
                android:layout_weight="1">

                <TextView android:id="@+id/name"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:singleLine="true"
                    android:layout_marginTop="2dip"
                    android:layout_alignParentLeft="true"
                    android:layout_alignParentTop="true"
                    android:layout_toLeftOf="@+id/battery_percentage"
                    android:ellipsize="marquee"
                    android:textAppearance="?android:attr/
textAppearanceMedium"/>
                <TextView android:id="@+id/battery_percentage"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:singleLine="true"
                    android:layout_alignParentRight="true"
                    android:layout_alignBottom="@+id/name"
                    android:layout_gravity="bottom"
                    android:textAppearance="?android:attr/
textAppearanceSmall"
                    android:textStyle="bold"/>
                <ImageView
                    android:id="@+id/gauge"
                    android:background="#80404040"
                    android:layout_height="wrap_content"
                    android:layout_width="match_parent"
                    android:layout_marginTop="5dip"
                    android:layout_below="@id/battery_percentage"
                    android:layout_gravity="center_vertical" />
                <TextView android:id="@+id/summary"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_alignLeft="@id/gauge"
                    android:layout_below="@id/gauge"
                    android:textAppearance="?android:attr/
textAppearanceSmall"
                    />
            </RelativeLayout>
        </LinearLayout>


On Dec 13, 4:49 pm, Kostya Vasilyev <[email protected]> wrote:
> That's just spam.
>
> And Julie Andrews's name seems to actually be Vikram.
>
> -- Kostya
>
> 13.12.2010 19:33, Brill Pappin пишет:
>
> > Julie,
>
> > Your responses still don't contain any content.
> > Maybe something wrong with your reader?
>
> > - Brill
> > --
> > 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
>
> --
> Kostya Vasilyev -- WiFi Manager + pretty widget 
> --http://kmansoft.wordpress.com

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