hi guys,
       These days , I try to complete a demo using tabhost. but I find
that be bottom border line is so augly in my demo,  could I delete
it ? Waiting for help. Thanks.
__________________________________________________________________________________________

       PS: This is my layout file:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/
android"
        android:id="@+id/LinearLayout01" android:layout_width="fill_parent"
        android:layout_height="fill_parent">
        <TabHost android:id="@+id/tabhost"
android:layout_height="fill_parent"
                android:layout_width="fill_parent">
                <LinearLayout android:layout_width="fill_parent"
                        android:layout_height="fill_parent" 
android:orientation="vertical">
                        <TabWidget android:id="@android:id/tabs"
                                android:layout_height="wrap_content"
android:layout_width="fill_parent">
                        </TabWidget>
                        <FrameLayout android:id="@android:id/tabcontent"
                                android:layout_height="fill_parent"
android:layout_width="fill_parent"
                                android:paddingTop="92px">
                                <AnalogClock android:id="@+id/AnalogClock01"
                                        android:layout_height="fill_parent"
android:layout_width="fill_parent"></AnalogClock>
                                <Button android:text="Go to A Clock" 
android:id="@+id/Button2"
                                        android:layout_width="wrap_content"
android:layout_height="wrap_content"></Button>
                        </FrameLayout>
                </LinearLayout>
        </TabHost>
</LinearLayout>

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