Style changes

This commit is contained in:
serso
2016-03-19 18:33:20 +01:00
parent b9432db42a
commit 9f542099fd
21 changed files with 130 additions and 182 deletions

View File

@@ -36,7 +36,8 @@
android:clearTaskOnLaunch="true"
android:label="@string/c_app_name"
android:launchMode="singleTop"
android:windowSoftInputMode="stateHidden|adjustPan">
android:windowSoftInputMode="stateHidden|adjustPan"
android:theme="@style/Cpp.Theme.Material.Calculator">
<intent-filter>
<action android:name="android.intent.action.MAIN" />