Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Roll button on generic landscape dice are now positioned at the botte…
Browse files Browse the repository at this point in the history
…m of the screen
  • Loading branch information
Michael Daffin authored and Michael Daffin committed Dec 25, 2009
1 parent d1674a1 commit ba1f311
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions res/layout-land/generic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:stretchColumns="2"
android:layout_weight="0"
>
<TableRow
android:gravity="center_vertical"
Expand Down Expand Up @@ -62,11 +63,18 @@
android:layout_height="wrap_content"
/>
</TableRow>
<Button android:id="@+generic/roll"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Roll"
/>
<TableRow
android:layout_height="fill_parent"
android:layout_width="wrap_content"
android:layout_weight="1"
>
<View/>
</TableRow>
<Button android:id="@+generic/roll"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Roll"
/>
</TableLayout>
</LinearLayout>

0 comments on commit ba1f311

Please sign in to comment.