- Beranda
- Programmer Forum
[ASK] Adroid Tab Widget on Bottom
...
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,,
![[ASK] Adroid Tab Widget on Bottom](https://s.kaskus.id/images/2014/09/09/3339028_20140909034023.jpg)
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
androidrientation="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>
![[ASK] Adroid Tab Widget on Bottom](https://s.kaskus.id/images/2014/09/09/3339028_20140909034023.jpg)
0
858
1
Komentar yang asik ya
Mari bergabung, dapatkan informasi dan teman baru!
Programmer Forum
20.2KThread•4.9KAnggota
Urutkan
Terlama
Komentar yang asik ya
rientation="vertical"