Set story reaction bar height to 56dp.

This commit is contained in:
Alex Hart
2022-07-22 15:23:05 -03:00
committed by Cody Henthorne
parent 9b669009df
commit 277cfe2d6f
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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"