kauron/DungeonManager
kauron
/
DungeonManager
Archived
1
0
Fork 0

StatsDialog: added some margins

This commit is contained in:
Carlos Galindo 2015-07-16 12:30:13 +02:00
parent 31cb472e86
commit 34b6e52b9f
1 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:layout_margin="@dimen/activity_vertical_margin">
<LinearLayout
android:id="@+id/attackContainer"
@ -143,7 +144,7 @@
android:ems="5"
android:layout_row="0"
android:layout_column="0"
android:id="@+id/CA"
android:id="@+id/AC"
tools:text="AC" />
<TextView
@ -176,7 +177,7 @@
android:ems="5"
android:layout_row="1"
android:layout_column="1"
android:id="@+id/VOL"
android:id="@+id/WILL"
tools:text="VOL" />
</GridLayout>
</LinearLayout>