2013-12-10 3 views
0

에있는 LinearLayout 한 이미지 뷰 나는설정이 TextViews 안드로이드

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent" 
    android:background="#ffffff" 
    android:orientation="vertical" > 

    <LinearLayout 
     <com.google.android.youtube.player.YouTubePlayerView> 
     <**Add textView1 here**> 
     <ImageView> 
     <**Add textView2 here**> 
     <ScrollView 
      <LinearLayout 
      <ImageView> 
      <ListView> 
     > 
    > 
> 

내가 거기 RelativeLayout를 사용하여 YouTube 플레이어가 textView1는, 이미지 뷰 & 수평 올 textView2 후 aligned.I가 시도하도록 추가하는 대신하기 위해 노력하고 있습니다 LinearLayout하지만 위의 세 위젯 중 하나가 표시되지 않습니다.

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    android:orientation="vertical" > 
     <com.google.android.youtube.player.YouTubePlayerView> 
     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
     android:orientation="horizontal" > 
      <**Add textView1 here**> 
      <ImageView> 
      <**Add textView2 here**> 
     </LinearLayout> 
</LinearLayout> 

아이디어가 Horizonrally 중심의 LinearLayout을 추가하는 것입니다, 그리고 내부의 의견을 넣어 :

+0

여기에서 내 게시물을 확인하십시오. http://stackoverflow.com/questions/20397575/android-button-height-in-layout-not-filling-the-parent/20397742#20397742 – AndroidHacker

+0

기본적으로 YouTube 플레이어가 textview1, imageview 및 textview2 (같은 "행"에 있음) 위에 있어야합니까? –

+0

@MarioStoilov 당신은 바로 친구가 내 요구 사항을 알아 냈어. – onkar

답변

1

당신은 (죄송 직장에서 적절한 편집기를 부족)이 같은 뭔가를 시도 할 수 있습니다.

+0

어떻게하면됩니까? – onkar

관련 문제