kauron/DungeonManager
kauron
/
DungeonManager
Archived
1
0
Fork 0

Stats: changed ids to English

This commit is contained in:
kauron 2015-07-19 13:58:27 +02:00
parent 8374fa346c
commit 80080b14d3
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
android:ems="5"
android:layout_row="0"
android:layout_column="0"
android:id="@+id/CA"
android:id="@+id/AC"
android:text="AC" />
<TextView
@ -176,7 +176,7 @@
android:ems="5"
android:layout_row="1"
android:layout_column="1"
android:id="@+id/VOL"
android:id="@+id/WILL"
android:text="VOL" />
</GridLayout>
</LinearLayout>