1
0
Fork 0

Stats: rearranged stats

This commit is contained in:
kauron 2015-07-21 09:33:00 +02:00
parent fccbca7dcc
commit 3a1ae709e3

View file

@ -35,8 +35,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/attackGrid" android:id="@+id/attackGrid"
android:columnCount="3" android:columnCount="2"
android:rowCount="2"> android:rowCount="3">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -66,8 +66,8 @@
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:typeface="monospace" android:typeface="monospace"
android:ems="4" android:ems="4"
android:layout_row="0" android:layout_row="2"
android:layout_column="1" android:layout_column="0"
android:id="@+id/DEX" android:id="@+id/DEX"
tools:text="@string/DEX" /> tools:text="@string/DEX" />
@ -77,7 +77,7 @@
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:typeface="monospace" android:typeface="monospace"
android:ems="4" android:ems="4"
android:layout_row="1" android:layout_row="0"
android:layout_column="1" android:layout_column="1"
android:id="@+id/INT" android:id="@+id/INT"
tools:text="@string/INT" /> tools:text="@string/INT" />
@ -88,8 +88,8 @@
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:typeface="monospace" android:typeface="monospace"
android:ems="4" android:ems="4"
android:layout_row="0" android:layout_row="1"
android:layout_column="2" android:layout_column="1"
android:id="@+id/WIS" android:id="@+id/WIS"
tools:text="@string/WIS" /> tools:text="@string/WIS" />
@ -99,8 +99,8 @@
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:typeface="monospace" android:typeface="monospace"
android:ems="4" android:ems="4"
android:layout_row="1" android:layout_row="2"
android:layout_column="2" android:layout_column="1"
android:id="@+id/CHA" android:id="@+id/CHA"
tools:text="@string/CHA" /> tools:text="@string/CHA" />
</GridLayout> </GridLayout>
@ -131,8 +131,8 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/defenseGrid" android:id="@+id/defenseGrid"
android:columnCount="2" android:columnCount="1"
android:rowCount="2"> android:rowCount="4">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -151,8 +151,8 @@
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:typeface="monospace" android:typeface="monospace"
android:ems="5" android:ems="5"
android:layout_row="0" android:layout_row="1"
android:layout_column="1" android:layout_column="0"
android:id="@+id/FORT" android:id="@+id/FORT"
tools:text="FORT" /> tools:text="FORT" />
@ -162,7 +162,7 @@
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:typeface="monospace" android:typeface="monospace"
android:ems="5" android:ems="5"
android:layout_row="1" android:layout_row="2"
android:layout_column="0" android:layout_column="0"
android:id="@+id/REF" android:id="@+id/REF"
tools:text="REF" /> tools:text="REF" />
@ -173,8 +173,8 @@
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:typeface="monospace" android:typeface="monospace"
android:ems="5" android:ems="5"
android:layout_row="1" android:layout_row="3"
android:layout_column="1" android:layout_column="0"
android:id="@+id/WILL" android:id="@+id/WILL"
tools:text="VOL" /> tools:text="VOL" />
</GridLayout> </GridLayout>