Results 1 to 1 of 1
Thread: TableView problem
- 09-07-2011, 12:47 AM #1
Member
- Join Date
- May 2010
- Posts
- 14
- Rep Power
- 0
TableView problem
I am trying to make a calculator with table view and I having a problem with the "=" button. I looking for something like a rowspan in HTML table, but I canīt find anything like that. I have no problem to make a solution in relative view but I have to make a solution with table view to.
Here is a picture of my GUI: Calculator - MyPicx.com
Here is a bit code in my XML file (this is only my code for just that button):
Java Code:<TableRow android:layout_marginLeft="251dip" android:layout_weight="6" > <Button android:id="@+id/lika" android:layout_width="wrap_content" android:layout_height="fill_parent" android:textSize="12pt" android:onClick="onClickResult" android:text="="/> </TableRow>


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks