2011-07-07 21 views
0

ImageViewを配置するためのテーブルレイアウトを使用していますが、今度は5つのimageViewを追加しています。 、私のTableLayoutas以下。 。テーブルレイアウトの自動調整ImageView

<TableLayout android:id="@+id/tableLayout1" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/transparent_background"> 
      <TableRow android:id="@+id/tableRow1" android:layout_height="wrap_content" android:stretchColumns="*" android:layout_width="fill_parent"> 
       <ImageView android:layout_height="wrap_content" android:id="@+id/imageView1" android:layout_width="wrap_content" android:src="@drawable/tea"></ImageView> 
       <ImageView android:layout_height="wrap_content" android:id="@+id/imageView2" android:layout_width="wrap_content" android:src="@drawable/bye" ></ImageView> 
       <ImageView android:layout_height="wrap_content" android:id="@+id/imageView3" android:layout_width="wrap_content" android:src="@drawable/brb" ></ImageView> 
       <ImageView android:layout_height="wrap_content" android:id="@+id/imageView4" android:layout_width="wrap_content" android:src="@drawable/pizza" ></ImageView> 
       <ImageView android:layout_height="wrap_content" android:id="@+id/imageView5" android:layout_width="wrap_content" android:src="@drawable/beer"></ImageView>   
      </TableRow>    
      <TableRow android:id="@+id/tableRow2" android:layout_width="wrap_content" android:layout_height="wrap_content"></TableRow> 
      <TableRow android:id="@+id/tableRow3" android:layout_width="wrap_content" android:layout_height="wrap_content"></TableRow> 
      <TableRow android:id="@+id/tableRow4" android:layout_width="wrap_content" android:layout_height="wrap_content"></TableRow> 

     </TableLayout> 

答えて

0

HIが最初のuはuがそれに役立つでしょう。このリンクをしようと、このコードの検索画面の長さと高さ

Display display = getWindowManager().getDefaultDisplay(); 
int width = display.getWidth(); 
int height = display.getHeight(); 

size.use画像ビューを変更する必要が決議に基づいて画面の解像度を取得する必要があります動的ガイド用のおかげで、今のGridViewを試して回すことがautoのIMAとレイアウトの残りの場所を埋めるイメージ図

set extended ImageView width and height programatically - android

+0

こんにちはを変更するためのu geView。 。 。 – aftab

関連する問題