Set story reaction bar height to 56dp.

fork-5.53.8
Alex Hart 2022-07-22 15:23:05 -03:00 zatwierdzone przez Cody Henthorne
rodzic 9b669009df
commit 277cfe2d6f
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/reaction_scrubber_width"
android:layout_height="?actionBarSize"
android:layout_height="56dp"
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">
<org.thoughtcrime.securesms.components.emoji.EmojiImageView

Wyświetl plik

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
android:maxHeight="?actionBarSize">
android:layout_height="56dp"
android:maxHeight="56dp">
<org.thoughtcrime.securesms.stories.viewer.reply.composer.StoryReactionBar
android:id="@+id/reaction_bar"