Moved most Strings to xml

Change-Id: I7c460302d3efd1ffe4b1d7cb66789002bfa1ca33
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-02-06 11:01:50 -05:00
parent 6502542853
commit 1fcf789219
5 changed files with 45 additions and 23 deletions

View File

@@ -3,6 +3,7 @@
xmlns:myapp="com.TwentyCode.android.ExaltedDice"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:baselineAligned="false"
android:orientation="horizontal" >
<RelativeLayout
@@ -25,7 +26,7 @@
android:layout_height="match_parent"
android:layout_below="@id/die_selector"
android:layout_marginTop="10dip"
android:text="Roll!" />
android:text="@string/roll" />
</RelativeLayout>
<RelativeLayout