Loading res/layout-land/activity_calculator.xml +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ android:id="@+id/history_frame" android:layout_width="0dp" android:layout_height="0dp" android:background="@color/display_background_color" app:layout_constraintBottom_toTopOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" Loading res/layout/activity_calculator.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ android:id="@+id/history_frame" android:layout_width="0dp" android:layout_height="0dp" android:background="@color/display_background_color" app:layout_constraintBottom_toTopOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" Loading res/layout/fragment_history.xml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ android:id="@+id/history_recycler_view" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/display_background_color" android:background="@color/history_background_color" android:clipChildren="false" android:clipToPadding="false" android:nestedScrollingEnabled="false" Loading res/values-night/color.xml +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ <resources> <!-- Display background --> <color name="history_background_color">@color/material_dynamic_neutral30</color> <color name="display_background_color">@color/material_dynamic_neutral20</color> <!-- Display text --> Loading res/values/color.xml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ <resources> <!-- Display background --> <color name="history_background_color">@color/material_dynamic_neutral95</color> <color name="display_background_color">@color/material_dynamic_neutral90</color> <!-- Display text --> Loading Loading
res/layout-land/activity_calculator.xml +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ android:id="@+id/history_frame" android:layout_width="0dp" android:layout_height="0dp" android:background="@color/display_background_color" app:layout_constraintBottom_toTopOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" Loading
res/layout/activity_calculator.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ android:id="@+id/history_frame" android:layout_width="0dp" android:layout_height="0dp" android:background="@color/display_background_color" app:layout_constraintBottom_toTopOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" Loading
res/layout/fragment_history.xml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ android:id="@+id/history_recycler_view" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/display_background_color" android:background="@color/history_background_color" android:clipChildren="false" android:clipToPadding="false" android:nestedScrollingEnabled="false" Loading
res/values-night/color.xml +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ <resources> <!-- Display background --> <color name="history_background_color">@color/material_dynamic_neutral30</color> <color name="display_background_color">@color/material_dynamic_neutral20</color> <!-- Display text --> Loading
res/values/color.xml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ <resources> <!-- Display background --> <color name="history_background_color">@color/material_dynamic_neutral95</color> <color name="display_background_color">@color/material_dynamic_neutral90</color> <!-- Display text --> Loading