mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Fixed: The UI showing incorrect colors in night mode.
This commit is contained in:
parent
701c9c1f08
commit
c4d8f1b2ea
@ -68,10 +68,11 @@
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/onlineLibraryProgressLayout"
|
||||
style="@style/ThemeOverlay.MaterialComponents.Dialog.Alert"
|
||||
android:layout_width="140dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_margin="16dp"
|
||||
android:visibility="gone"
|
||||
android:visibility="visible"
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardElevation="4dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@ -99,7 +100,7 @@
|
||||
android:layout_marginTop="8dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/reaching_remote_library"
|
||||
android:textColor="@color/mine_shaft_gray900"
|
||||
android:textAppearance="?textAppearanceSubtitle1"
|
||||
android:textSize="10sp"
|
||||
tools:ignore="SmallSp" />
|
||||
</LinearLayout>
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
style="@style/ThemeOverlay.MaterialComponents.Dialog.Alert"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="16dp"
|
||||
@ -43,13 +44,12 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/titleText"
|
||||
style="@style/TextAppearance.M3.Sys.Typescale.TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/fullscreen_control_button_margin"
|
||||
android:text="@string/donation_dialog_title"
|
||||
android:textSize="16sp"
|
||||
android:textAppearance="@style/TextAppearance.M3.Sys.Typescale.TitleMedium"
|
||||
android:textColor="@color/mine_shaft_gray900"
|
||||
app:layout_constraintStart_toEndOf="@id/heart_icon"
|
||||
app:layout_constraintTop_toTopOf="@+id/heart_icon" />
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="@dimen/activity_horizontal_margin"
|
||||
android:text="@string/rate_dialog_neutral"
|
||||
android:textColor="@color/denim_blue800"
|
||||
android:textColor="?attr/colorPrimary"
|
||||
app:layout_constraintEnd_toStartOf="@+id/donateButton"
|
||||
app:layout_constraintTop_toBottomOf="@id/descriptionText" />
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="@dimen/activity_horizontal_margin"
|
||||
android:text="@string/make_donation"
|
||||
android:textColor="@color/denim_blue800"
|
||||
android:textColor="?attr/colorPrimary"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/descriptionText" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user