Updated UI
Removed "Number" from dice selector Updated activity themes to use holo theme Change-Id: Ie7100b1c6881bd0dac56f70833c7bc44162f0d67 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
android:label="@string/app_name" >
|
||||
<activity
|
||||
android:name="GameListActivity"
|
||||
android:label="@string/app_name" >
|
||||
android:label="@string/app_name"
|
||||
android:theme="@android:style/Theme.Holo" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
@@ -22,9 +23,13 @@
|
||||
android:name="ADMOB_PUBLISHER_ID"
|
||||
android:value="a14bad63772f7d3" />
|
||||
|
||||
<activity android:name="com.TwentyCodes.android.exception.ExceptionReportActivity" >
|
||||
<activity
|
||||
android:name="com.TwentyCodes.android.exception.ExceptionReportActivity"
|
||||
android:theme="@android:style/Theme.Holo" >
|
||||
</activity>
|
||||
<activity android:name="ExaltedDice" >
|
||||
<activity
|
||||
android:name="ExaltedDice"
|
||||
android:theme="@android:style/Theme.Holo" >
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
|
||||
@@ -8,17 +8,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginLeft="10dip" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="10dip"
|
||||
android:layout_toRightOf="@id/d_Picker"
|
||||
android:text="Number"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
android:layout_marginLeft="100dip" />
|
||||
|
||||
<NumberPicker
|
||||
android:id="@+id/number_Picker"
|
||||
|
||||
Reference in New Issue
Block a user