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

Commit 92260c05 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '6112-r-fix-login-activity-theming' into 'master'

Fix LoginActivity theming

See merge request !50
parents c9b4c8fa 8144e9fd
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -369,8 +369,7 @@
            android:name="org.microg.gms.auth.login.LoginActivity"
            android:configChanges="keyboardHidden|keyboard|orientation|screenSize"
            android:exported="true"
            android:process=":ui"
            android:theme="@style/Theme.LoginBlue">
            android:process=":ui">
            <intent-filter>
                <action android:name="com.google.android.gms.auth.login.LOGIN" />

+0 −5
Original line number Diff line number Diff line
@@ -44,11 +44,6 @@
        <item name="android:divider">@color/divider_color</item>
    </style>

    <style name="Theme.LoginBlue" parent="AppTheme">
        <item name="android:windowNoTitle">true</item>
        <item name="windowActionBar">false</item>
    </style>

    <style name="customToolbarTheme" parent="@style/ThemeOverlay.AppCompat.ActionBar">
        <item name="colorControlNormal">@color/settings_theme_accent</item>
        <item name="android:textColorPrimary">@color/primary_text_color</item>