Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 26th, 2012  |  syntax: None  |  size: 0.70 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Android: How do I stop TableRow from shrinking when full?
  2. <TableLayout
  3.     android:id="@+id/topPart"
  4.     android:layout_width="match_parent"
  5.     android:layout_height="match_parent"
  6.     android:layout_weight="1"
  7.     android:orientation="vertical"
  8.     android:stretchColumns="*"
  9.  
  10.      >
  11.  
  12.     <TableRow
  13.         android:id="@+id/TableRow01"
  14.         android:layout_width="match_parent"
  15.         android:layout_height="match_parent"
  16.         android:layout_weight="1" >
  17.  
  18.         <com.say.view.gamesquare.GameSquare
  19.             android:id="@+id/GameSquare02"
  20.             android:layout_width="match_parent"
  21.             android:layout_height="match_parent"
  22.             android:background="@drawable/ic_emptybutton9patch" />