Kaskus

Tech

lunamaya.exeAvatar border
TS
lunamaya.exe
[ASK] Adroid Tab Widget on Bottom
Gan saya mau tanya ini source code dibawah berfungsi buat nampikan tabwidget di android, tapi saya bingung gmna caranya supaya tabwidgetnya munculnya di bawah...

Mohon bantuannya gan,,

Code:

<TabHost
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:layout_width="match_parent"
android:layout_height="match_parent">

<LinearLayout
androidemoticon-Embarrassmentrientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">

<TabWidget
android:id="@android:id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"/>

<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="0"/>

<FrameLayout
android:id="@+id/realtabcontent"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>

</LinearLayout>
</TabHost>


&#91;ASK&#93; Adroid Tab Widget on Bottom
0
853
1
GuestAvatar border
Komentar yang asik ya
Urutan
Terbaru
Terlama
GuestAvatar border
Komentar yang asik ya
Komunitas Pilihan