Update UI

This commit is contained in:
Zakhar Timoshenko
2023-08-18 07:49:29 +03:00
parent 20a7e5a6a8
commit b00bc22ead
32 changed files with 150 additions and 103 deletions

View File

@@ -102,7 +102,6 @@
<com.google.android.material.card.MaterialCardView
android:id="@+id/card_chapters"
style="@style/Widget.Kotatsu.CardView.Light"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginStart="@dimen/side_card_offset"

View File

@@ -35,7 +35,6 @@
<com.google.android.material.card.MaterialCardView
android:id="@+id/card_side"
style="@style/Widget.Kotatsu.CardView.Light"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginStart="@dimen/side_card_offset"

View File

@@ -39,7 +39,6 @@
<com.google.android.material.card.MaterialCardView
android:id="@+id/card_details"
style="@style/Widget.Kotatsu.CardView.Light"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginStart="@dimen/side_card_offset"