vtm-android-start: add proper application theme, fixes #18

This commit is contained in:
Emux 2016-06-17 22:53:42 +03:00
parent 8a34908f36
commit f7f20f486e
2 changed files with 7 additions and 2 deletions

View File

@ -14,8 +14,8 @@
<application
android:label="VTM Start"
android:icon="@drawable/ic_launcher"
android:allowBackup="true" >
<!-- android:theme="@style/AppTheme" -->
android:allowBackup="true"
android:theme="@style/AppTheme" >
<activity
android:name="org.oscim.android.start.TestActivity"
android:label="VTM Start" >

View File

@ -0,0 +1,5 @@
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light" />
</resources>