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" >
|
android:label="@string/app_name" >
|
||||||
<activity
|
<activity
|
||||||
android:name="GameListActivity"
|
android:name="GameListActivity"
|
||||||
android:label="@string/app_name" >
|
android:label="@string/app_name"
|
||||||
|
android:theme="@android:style/Theme.Holo" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
@@ -22,9 +23,13 @@
|
|||||||
android:name="ADMOB_PUBLISHER_ID"
|
android:name="ADMOB_PUBLISHER_ID"
|
||||||
android:value="a14bad63772f7d3" />
|
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>
|
||||||
<activity android:name="ExaltedDice" >
|
<activity
|
||||||
|
android:name="ExaltedDice"
|
||||||
|
android:theme="@android:style/Theme.Holo" >
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
|||||||
@@ -8,17 +8,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:layout_marginLeft="10dip" />
|
android:layout_marginLeft="100dip" />
|
||||||
|
|
||||||
<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" />
|
|
||||||
|
|
||||||
<NumberPicker
|
<NumberPicker
|
||||||
android:id="@+id/number_Picker"
|
android:id="@+id/number_Picker"
|
||||||
|
|||||||
Reference in New Issue
Block a user