Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41933793 authored by Georg Veichtlbauer's avatar Georg Veichtlbauer
Browse files

ExactCalculator: Clean-up and update manifest

Also move windowSoftInputMode there from the theme

Change-Id: Ic2baceccd816e6e927ac478b5da3ed6141c5cc7f
parent 97b24429
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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" />

+0 −1
Original line number Diff line number Diff line
@@ -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>