Loading AndroidManifest.xml +1 −4 Original line number Diff line number Diff line Loading @@ -25,17 +25,14 @@ android:appCategory="productivity" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:windowSoftInputMode="stateAlwaysHidden" android:supportsRtl="true"> <activity android:name=".Calculator" android:label="@string/app_name" android:launchMode="singleTask" android:exported="true" android:theme="@style/Theme.Calculator"> <layout android:minHeight="220dp" android:minWidth="230dp" /> <intent-filter> <action android:name="android.intent.action.MAIN" /> Loading res/values/themes.xml +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ <style name="Theme" parent="Theme.Material3.DayNight"> <item name="android:statusBarColor">@color/display_background_color</item> <item name="android:windowLightStatusBar">?isLightTheme</item> <item name="android:windowSoftInputMode">stateAlwaysHidden</item> <item name="android:navigationBarColor">?colorSurface</item> <item name="android:windowLightNavigationBar">?isLightTheme</item> </style> Loading Loading
AndroidManifest.xml +1 −4 Original line number Diff line number Diff line Loading @@ -25,17 +25,14 @@ android:appCategory="productivity" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:windowSoftInputMode="stateAlwaysHidden" android:supportsRtl="true"> <activity android:name=".Calculator" android:label="@string/app_name" android:launchMode="singleTask" android:exported="true" android:theme="@style/Theme.Calculator"> <layout android:minHeight="220dp" android:minWidth="230dp" /> <intent-filter> <action android:name="android.intent.action.MAIN" /> Loading
res/values/themes.xml +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ <style name="Theme" parent="Theme.Material3.DayNight"> <item name="android:statusBarColor">@color/display_background_color</item> <item name="android:windowLightStatusBar">?isLightTheme</item> <item name="android:windowSoftInputMode">stateAlwaysHidden</item> <item name="android:navigationBarColor">?colorSurface</item> <item name="android:windowLightNavigationBar">?isLightTheme</item> </style> Loading