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

Commit 140173d4 authored by Mohit Mali's avatar Mohit Mali
Browse files

/e/ theme implementation

parent 768467b8
Loading
Loading
Loading
Loading
Loading

e-ui-sdk.jar

0 → 100644
+116 KiB

File added.

No diff preview for this file type.

+18 −3
Original line number Diff line number Diff line
@@ -36,6 +36,12 @@ android {
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }


    aaptOptions {
        additionalParameters '-I', 'e-ui-sdk.jar'
    }


    /* signingConfigs {
         release
     }*/
@@ -47,6 +53,11 @@ android {
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
            //signingConfig signingConfigs.release
        }

        debug{
            applicationIdSuffix ".debug"
        }

    }

    compileOptions {
@@ -95,7 +106,11 @@ configurations {
    withAnalyticsRelease
}



dependencies {
    // e-ui sdk
    compileOnly files("../e-ui-sdk.jar")
    // lifecycle
    implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
    implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
+5 −5
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@
    <color name="toolbarSearchBackgroundLight">#0D000000</color>
    <color name="toolbarSearchBackgroundDark">#26000000</color>

    <color name="backgroundLight">#ECEFF1</color>
    <color name="backgroundLight">@lineageos.platform:color/color_default_background</color>
    <color name="backgroundDark">#192025</color>

    <color name="textPrimary">#49555F</color>
    <color name="textPrimary">@lineageos.platform:color/color_default_primary_text</color>
    <color name="textPrimaryDisabled">#4C49555F</color>
    <color name="textSecondary">#70808D</color>
    <color name="textSecondary">@lineageos.platform:color/color_default_secondary_text</color>
    <color name="textSecondaryDisabled">#4C70808D</color>
    <color name="textTertiary">#B7B9C0</color>
    <color name="textTertiary">@lineageos.platform:color/color_default_secondary_text</color>

    <color name="textPrimaryDark">#FFFFFFFF</color>
    <color name="textPrimaryDisabledDark">#7FFFFFFF</color>
@@ -67,5 +67,5 @@
    <color name="switchTrackDisabledDark">#383838</color>

    <!-- This colour should only ever be used for attrs with the tools tag -->
    <color name="tools_theme">#00838F</color>
    <color name="tools_theme">@lineageos.platform:color/color_default_primary</color>
</resources>