diff --git a/Android.bp b/Android.bp index e2c2a1cb20ea266b6a70662c4b1ac567ea7e4a70..ef62148fbe89692c523c35559d98f08291d1168d 100644 --- a/Android.bp +++ b/Android.bp @@ -31,5 +31,6 @@ android_app { "com.google.android.material_material", "ExactCalculator_com.hp_crcalc", "kotlin-stdlib", + "elib", ], } diff --git a/res/layout/advanced_pad.xml b/res/layout/advanced_pad.xml index 4fe91d5edf7781a8aff9f6cbb350d63015c63a89..e3474a45d9a1ac32f8267bcab3f6bcd6987d9a45 100644 --- a/res/layout/advanced_pad.xml +++ b/res/layout/advanced_pad.xml @@ -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"> + android:background="@color/num_background"> - - - @color/material_dynamic_neutral30 - @color/material_dynamic_neutral20 - - - @color/material_dynamic_neutral90 - @color/material_dynamic_neutral70 - @color/material_dynamic_secondary60 - + #343434 + #405262 diff --git a/res/values/color.xml b/res/values/color.xml index d49facddd82ff5598a83f9724c234ac11fb8e832..d58dbc671f2f8c37ee655f2e486c12bb390acba5 100644 --- a/res/values/color.xml +++ b/res/values/color.xml @@ -6,12 +6,17 @@ - @color/material_dynamic_neutral95 - @color/material_dynamic_neutral90 + @color/e_background + @color/e_background_variant - @color/material_dynamic_neutral20 - @color/material_dynamic_neutral40 - @color/material_dynamic_neutral40 + @color/e_primary_text_color + @color/e_primary_text_color + @color/e_primary_text_color + #FAFAFA + #C9E5FF + @color/e_action_bar + @color/e_accent + @color/e_background diff --git a/res/values/themes.xml b/res/values/themes.xml index a19a1c7de481087ff98a4faef4df79be30e67b67..6aa902c15bc1d39545dc0d7b9e3f81a032615d50 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -6,10 +6,23 @@ + + + +