Skip to content

Commit

Permalink
* Fixed mythmote number columns to be equal width
Browse files Browse the repository at this point in the history
  • Loading branch information
pot8oe committed Oct 24, 2012
1 parent b01e29d commit f1bae5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/layout/fragment_mythmote_numbers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stretchColumns="1,2,3" >
android:stretchColumns="0,1,2" >

<TableRow
android:id="@+id/tableRow1"
Expand Down Expand Up @@ -88,7 +88,7 @@
android:id="@+id/numbers_button_backspace"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Backspace" />
android:text="Delete" />

<Button
android:id="@+id/numbers_button0"
Expand Down

0 comments on commit f1bae5e

Please sign in to comment.