mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 02:36:20 +00:00
Fix issue with sticker preview sizing.
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginTop="24dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginStart="@dimen/sticker_preview_gutter_size"
|
||||
android:layout_marginEnd="@dimen/sticker_preview_gutter_size"
|
||||
app:layout_constraintBottom_toTopOf="@id/sticker_install_bottom_barrier"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
<ImageView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/sticker_install_item_image"
|
||||
android:layout_width="@dimen/sticker_preview_sticker_size"
|
||||
android:layout_height="@dimen/sticker_preview_sticker_size"/>
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/sticker_preview_sticker_size"
|
||||
android:scaleType="centerInside"/>
|
||||
|
||||
Reference in New Issue
Block a user