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

Commit 56222613 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Revert "4023-UI_revamp"

This reverts commit a86db33f.
parent 3075e4c2
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -19,10 +19,6 @@ LOCAL_MODULE := GmsCore
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := GmsCore

LOCAL_PRIVATE_PLATFORM_APIS := true

LOCAL_STATIC_JAVA_LIBRARIES += org.lineageos.platform.sdk

gmscore_root  := $(LOCAL_PATH)
gmscore_dir   := play-services-core
gmscore_out   := $(TARGET_COMMON_OUT_ROOT)/obj/APPS/$(LOCAL_MODULE)_intermediates

e-ui-sdk.jar

deleted100644 → 0
−113 KiB

File deleted.

+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
            android:name="org.microg.gms.firebase.auth.ReCaptchaActivity"
            android:exported="false"
            android:process=":ui"
            android:theme="@style/Theme.AppCompat.DayNight.Dialog.Alert.NoActionBar" />
            android:theme="@style/Theme.AppCompat.Light.Dialog.Alert.NoActionBar" />
    </application>
</manifest>
+4 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
        android:paddingLeft="?attr/listPreferredItemPaddingLeft"
        android:paddingEnd="?attr/listPreferredItemPaddingEnd"
        android:paddingRight="?attr/listPreferredItemPaddingRight"
        app:backgroundColorAttr="@{checked ? android.R.attr.colorControlActivated : (enabled ? android.R.attr.colorButtonNormal : android.R.attr.colorControlHighlight)}"
        app:backgroundColorAttr="@{checked ? androidx.appcompat.R.attr.colorControlActivated : (enabled ? androidx.appcompat.R.attr.colorButtonNormal : androidx.appcompat.R.attr.colorControlHighlight)}"
        tools:background="?attr/colorControlActivated">

        <TextView
@@ -57,7 +57,7 @@
            android:textColor="?android:attr/textColorPrimaryInverse"
            tools:text="Enabled" />

        <Switch
        <androidx.appcompat.widget.SwitchCompat
            android:id="@+id/switch_widget"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
@@ -66,6 +66,8 @@
            android:checked="@{checked}"
            android:enabled="@{enabled}"
            app:onCheckedChangeListener="@{(v, newStatus) -> callback.onChecked(newStatus)}"
            app:thumbTint="?android:attr/textColorPrimaryInverse"
            app:trackTint="?android:attr/textColorSecondaryInverse"
            tools:checked="true" />
    </LinearLayout>
</layout>
+1 −5
Original line number Diff line number Diff line
@@ -5,12 +5,8 @@
  -->

<resources>
    <style name="Theme.AppCompat.Light.Dialog.NoActionBar">
        <item name="windowActionBar">false</item>
        <item name="windowNoTitle">true</item>
    </style>

    <style name="Theme.AppCompat.DayNight.Dialog.NoActionBar">
    <style name="Theme.AppCompat.Light.Dialog.NoActionBar">
        <item name="windowActionBar">false</item>
        <item name="windowNoTitle">true</item>
    </style>
Loading