Merge pull request #13 from jarnedemeulemeester/hotfix/smaller-library-images
Make library images smaller
This commit is contained in:
commit
bf927ed073
4 changed files with 3 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="12dp"
|
||||
android:layout_marginBottom="32dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:foreground="?android:attr/selectableItemBackground"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
|||
android:layout_marginTop="4dp"
|
||||
android:text="@{collection.name}"
|
||||
android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1"
|
||||
android:textSize="18sp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/collection_image"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<resources>
|
||||
<dimen name="setup_container_width">400dp</dimen>
|
||||
<item name="server_columns" type="integer">6</item>
|
||||
<item name="collection_columns" type="integer">2</item>
|
||||
<item name="collection_columns" type="integer">3</item>
|
||||
<item name="library_columns" type="integer">4</item>
|
||||
<item name="recyclerview_animation_duration" type="integer">450</item>
|
||||
<dimen name="nextup_media_width">350dp</dimen>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<item name="server_columns" type="integer">8</item>
|
||||
<item name="collection_columns" type="integer">3</item>
|
||||
<item name="library_columns" type="integer">6</item>
|
||||
</resources>
|
|
@ -5,7 +5,7 @@
|
|||
<dimen name="setup_container_width">@dimen/match_parent</dimen>
|
||||
<dimen name="overview_media_width">150dp</dimen>
|
||||
<item name="server_columns" type="integer">3</item>
|
||||
<item name="collection_columns" type="integer">1</item>
|
||||
<item name="collection_columns" type="integer">2</item>
|
||||
<item name="library_columns" type="integer">2</item>
|
||||
<item name="recyclerview_animation_duration" type="integer">250</item>
|
||||
<dimen name="nextup_media_width">@dimen/match_parent</dimen>
|
||||
|
|
Loading…
Reference in a new issue