mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fixing size of manga cover while using split screen on a tablet
This commit is contained in:
parent
b49c773c41
commit
7bdc67ae1e
1 changed files with 4 additions and 1 deletions
|
@ -57,12 +57,15 @@
|
|||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/cover_card"
|
||||
android:layout_width="200dp"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
app:strokeWidth="0dp"
|
||||
app:cardElevation="2dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:maxHeight="200dp"
|
||||
app:layout_constraintWidth_max="200dp"
|
||||
app:layout_constraintWidth_percent="0.25"
|
||||
android:layout_marginBottom="16dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/top_view"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue