Updated roll history list UI
Made the list easier to read by making different parts of the information bigger of smaller Change-Id: I64482dfd8ec03ded60e96f7dd9916445ef8ee7fe Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -1,6 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView android:id="@+id/text1"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="20px"/>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/text1"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
</LinearLayout>
|
||||
@@ -21,7 +21,7 @@
|
||||
<string name="do_you_want_to_quit">Are you sure you want to quit?</string>
|
||||
<string name="total">Total: </string>
|
||||
<string name="sucesses">\nSuccesses: </string>
|
||||
<string name="rolls">\nRolls: </string>
|
||||
<string name="rolls">Rolls: </string>
|
||||
<string name="roll_again">Roll Again</string>
|
||||
<string name="roll_again_summary">Rolls the with the same presets as the selected roll from history</string>
|
||||
<string name="calc_successes">Calculate Successes</string>
|
||||
|
||||
Reference in New Issue
Block a user