vtm-android-start: add proper application theme, fixes #18
This commit is contained in:
parent
8a34908f36
commit
f7f20f486e
@ -14,8 +14,8 @@
|
|||||||
<application
|
<application
|
||||||
android:label="VTM Start"
|
android:label="VTM Start"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:allowBackup="true" >
|
android:allowBackup="true"
|
||||||
<!-- android:theme="@style/AppTheme" -->
|
android:theme="@style/AppTheme" >
|
||||||
<activity
|
<activity
|
||||||
android:name="org.oscim.android.start.TestActivity"
|
android:name="org.oscim.android.start.TestActivity"
|
||||||
android:label="VTM Start" >
|
android:label="VTM Start" >
|
||||||
|
5
vtm-android-start/res/values/styles.xml
Normal file
5
vtm-android-start/res/values/styles.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="AppTheme" parent="Theme.AppCompat.Light" />
|
||||||
|
|
||||||
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user