2013-07-22 74 views
0

i灣TTO這樣的形象http://imgur.com/UVKCZdu我的屏幕URL創建sccreen是looklike這http://imgur.com/gLQw4iV 我的屏幕不能調整影ICCON也顯示下方的3個按鍵我如何修復這些底部空間?幫我下面是我的XML代碼如何設置的TextView與圖像中的LinearLayout

  <?xml version="1.0" encoding="UTF-8"?> 


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

    <RelativeLayout 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:background="#C0C0C0" > 

     <ImageView 
      android:id="@+id/test_button_image" 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
      android:layout_alignParentTop="true" 
      android:paddingTop="5dp" 
      android:src="@drawable/icon" > 
     </ImageView> 

     <TextView 
      android:id="@+id/test_button_text2" 
      android:layout_width="wrap_content" 
      android:paddingTop="10dp" 
      android:layout_height="wrap_content" 
      android:layout_alignTop="@+id/test_button_image" 
      android:paddingLeft="10dp" 
      android:layout_toRightOf="@+id/test_button_image" 
      android:text="San Diego Unified" 
      android:textColor="#000000" 
      android:textSize="20sp" > 
     </TextView> 

     <TextView 
      android:id="@+id/test_button_text1" 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
       android:paddingLeft="10dp" 
      android:layout_alignLeft="@+id/test_button_text2" 
      android:layout_below="@+id/test_button_text2" 
      android:paddingBottom="10dp" 
      android:text="SCHOOL DISTRICT" 
      android:textColor="#000000" > 
     </TextView> 
    </RelativeLayout> 

    <LinearLayout 
     android:layout_width="fill_parent" 
     android:layout_height="40dp" 
     a 
     android:orientation="horizontal" > 

     <TextView 
      android:layout_width="0dp" 
      android:layout_height="wrap_content" 
      android:layout_gravity="left|center_vertical" 
      android:layout_weight="1" 
      android:ellipsize="end" 
      android:gravity="left|center_vertical" 
      android:singleLine="true" 
      android:text="HEALTHY BODIES HEALTHY MINDS " 
      android:textColor="#000000" 
      android:textSize="12sp" /> 

     <ImageButton 
      android:id="@+id/button" 
      android:layout_width="wrap_content" 
      android:layout_height="40dp" 
      android:src="@drawable/facebook" /> 

     <ImageButton 
      android:id="@+id/button" 
      android:layout_width="wrap_content" 
      android:layout_height="40dp" 
      android:src="@drawable/twitter" 
      android:text="Button Text" /> 
    </LinearLayout> 
    <RelativeLayout 
     android:layout_marginTop="10dp" 

android:layout_width="wrap_content" 
android:layout_height="wrap_content" > 

<EditText 
    android:id="@+id/editText1" 
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content" 
    android:hint="Search School By Name" 
    android:layout_centerVertical="true" > 

</EditText> 
<ImageView 
    android:id="@+id/imageView1" 
    android:padding="5dp" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:layout_alignTop="@+id/editText1" 
    android:layout_alignBottom="@+id/editText1" 
    android:layout_alignRight="@+id/editText1" 
    android:src="@drawable/title_search" /> 

</RelativeLayout> 

    <TextView 
      android:id="@+id/txtCaption" 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" 
     android:background="#ffffff" 
      android:paddingBottom="3dp" 
      android:paddingLeft="10dp" 
      android:paddingTop="3dp" 
      android:text="SELECT A SCHOOL TO VIEW LUNCH OR BREAKFAST MENUS" 
      android:textColor="#000000" 
      android:textSize="10sp" 
      android:textStyle="bold" /> 
    <View 
     android:layout_width="fill_parent" 
     android:layout_height="1dp" 
     android:background="#000000" /> 

    <LinearLayout 
     android:id="@+id/lytContent" 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:layout_above="@+id/txtCopyright" 

     android:background="#ffffff" 
     android:layout_below="@+id/lytTitlebar" 
     android:orientation="vertical" > 



     <ListView 
      android:id="@+id/listMainMenu" 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" 
      android:divider="@color/background" 
      android:dividerHeight="1dip" 
      android:fadeScrollbars="true" /> 
    </LinearLayout> 
    <LinearLayout 
     android:layout_width="fill_parent" 
     android:layout_height="fill_parent" 
     android:orientation="vertical" 

     android:background="#a8a8a8" 
     > 

    <LinearLayout 
     android:layout_width="fill_parent" 
     android:layout_height="fill_parent" 
     android:layout_weight="1" 
     android:background="#a8a8a8" 
     android:orientation="horizontal" > 

     <Button 
      android:id="@+id/button1" 
      android:layout_width="0dp" 
      android:layout_height="wrap_content" 
      android:layout_weight="0.333" 
      android:background="@drawable/button_style" 
      android:text="FARM TO SCHOOL" 
      android:textColor="@color/text" 
      android:textSize="8sp" 
      android:textStyle="bold" /> 

     <Button 
      android:id="@+id/button2" 
      android:layout_width="0dp" 
      android:layout_height="wrap_content" 
      android:layout_weight="0.333" 
      android:background="@drawable/button_style" 
      android:text="TAKE A SURVEY" 
      android:textColor="@color/text" 
      android:textSize="8sp" 
      android:textStyle="bold" /> 

     <Button 
      android:id="@+id/button3" 
      android:layout_width="0dp" 
      android:layout_height="wrap_content" 
      android:layout_weight="0.333" 
      android:background="@drawable/button_style" 
      android:text="SHARE THIS APP" 
      android:textColor="@color/text" 
      android:textSize="8sp" 
      android:textStyle="bold" /> 
    </LinearLayout> 
    </LinearLayout> 
    </LinearLayout> 
+0

抱歉,這是樣品屏幕http://imgur.com/UVKCZdu – user2589245

回答

0

您不能setText在ImageView的..這只是爲了TextViews

你可以做的,而不是爲包裝一個ImageView的和的FrameLayout裏面一個TextView,然後做您在TextView上的setText。確保首先定義ImageView,因此它在TextView的z順序之下。

+0

看到這樣的畫面http://imgur.com/UVKCZdu – user2589245

+0

我瓦納使屏幕像這樣我的屏幕notlooklike這個法師影也沒有調整是三個按鈕之後的顯示空間我想分離buttonon底部的屏幕 – user2589245

0

添加圖片到文本視圖是這樣的:

 <TextView 
      android:layout_width="0dp" 
      android:layout_height="fill_parent" 
      android:layout_weight="1" 
      android:drawableRight="@drawable/protection_unprotected" 
      android:gravity="center_vertical" 
      android:paddingRight="5dp" 
      android:text="@string/protection_unprotected" 
      android:textSize="18sp" 
      android:textStyle="bold" /> 

機器人:drawableRight = 「@繪製/ protection_unprotected」

+0

如何刪除三個按鈕下方的空間? – user2589245

+0

android:paddingBottom =「0dip」 或android:marginBottom =「0dip」 –

+0

此代碼在右側添加單個圖像我如何在右側添加2個圖像? – user2589245

0

爲了您的Facebook和Twitter的按鈕,你可以添加

android:background = "@null" 

ImageButton裏面的按鈕不需要的背景標籤。

+0

如何刪除三個按鈕下方的空間? – user2589245

+0

是幫助我的代碼,但兩個按鈕都互相靠近我jjut寫單行android:background =「@null」 – user2589245

0
<LinearLayout 
     android:layout_width="fill_parent" 
     android:layout_height="fill_parent" 
     android:layout_weight="1" 
     android:background="#a8a8a8" 
     android:orientation="horizontal" > 

<RelativeLayout 
    android:layout_height="wrap_content" 
    android:layout_width="fill_parent" 
    android:id="@+id/headerLinearLay" 
    android:orientation="horizontal"> 
    <ImageView 
     android:id="@+id/avatarImageView" 
     android:src="@drawable/icon" 
     android:layout_height="wrap_content" 
     android:layout_width="wrap_content"></ImageView> 
    <TextView 
     android:id="@+id/usernameTextView" 
     android:text="TextView" 
     android:paddingLeft="4dp" 
     android:layout_toRightOf="@id/avatarImageView" 
     android:layout_centerVertical="true" 
     android:layout_height="wrap_content" 
     android:layout_width="wrap_content"></TextView> 
</RelativeLayout> 
</LinearLayout> 
相關問題