마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

초보잔데요 상단탭호스트 구현해놓고 그위에 타이틀바 넣으려고하는데..

0 추천


 
 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/toptab"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
     >
     
     <include
        android:id="@+id/title"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        layout="@layout/title" />
      
 
  <TabHost
    android:layout_marginTop="30dp"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" 
    android:id="@android:id/tabhost">
    



<FrameLayout 
    android:layout_marginTop="30dp"
    android:id="@android:id/tabcontent"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_weight="1"
    android:layout_marginBottom="40dp"
   >
    <TextView android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/profile"
        
        android:text="첫번째 탭 화면" />
    <TextView android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/friends"
        
        android:text="두번째 탭 화면" />
    <TextView android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/wanted"
        
        android:text="세번째 탭 화면" />
    <TextView android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/log"
        
        android:text="네번째 탭 화면" />
  



</FrameLayout>
</TabHost>

  

 




</LinearLayout>

상단탭 호스트 구현해놓고 그위에 한줄로 타이틀바를 넣으려고하는데...

저위에 include부분이 타이틀바 구현해놓은 건데... 너무초보라 탭호스트위에 어떻게넣어야할지감이안옵니다...

그리고 아래에도 버튼xml만들어놓은게있는게 include사용해서 아래에넣으려하는데 그것도어떻게해야될지모르겟구요 ㅜㅜㅜㅜㅜㅜㅜㅜㅜㅜ 도와주세요 

 

 

 

 

익명사용자 님이 2014년 7월 22일 질문

답변 달기

· 글에 소스 코드 보기 좋게 넣는 법
· 질문에 대해 추가적인 질문이나 의견이 있으면 답변이 아니라 댓글로 달아주시기 바랍니다.
표시할 이름 (옵션):
개인정보: 당신의 이메일은 이 알림을 보내는데만 사용됩니다.
스팸 차단 검사:
스팸 검사를 다시 받지 않으려면 로그인하거나 혹은 가입 하세요.
...