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

Commit 5fd166f3 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Theme app according to our palette

parent c2ea889b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,5 +32,6 @@ android_app {
        "com.google.android.material_material",
        "ExactCalculator_com.hp_crcalc",
        "kotlin-stdlib",
        "elib",
    ],
}
+2 −0
Original line number Diff line number Diff line
@@ -77,6 +77,8 @@ dependencies {
    implementation("androidx.webkit:webkit:1.7.0-alpha02")
    implementation("com.google.android.material:material:1.14.0-alpha09")
    implementation("com.hp:crcalc:1.0")

    implementation("foundation.e:elib:0.0.1-alpha11")
}

configure<GenerateBpPluginExtension> {
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@
        android:id="@+id/del"
        style="@style/PadButtonStyle.Image"
        android:contentDescription="@string/desc_del"
        android:theme="@style/Theme.Button.Clear"
        android:theme="@style/Theme.Button.Numeric"
        app:icon="@drawable/ic_del"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toStartOf="@id/columnGuide3"
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
        android:layout_height="wrap_content"
        android:minHeight="?attr/actionBarSize"
        app:navigationIcon="?attr/homeAsUpIndicator"
        android:background="@color/e_action_bar"
        app:title="@string/menu_licenses" />

    <WebView
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    style="@style/PadLayoutStyle.Advanced"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="?colorSurface">
    android:background="@color/num_background">

    <com.android.calculator2.HapticButton
        android:id="@+id/op_sqrt"
Loading