kopia lustrzana https://github.com/ryukoposting/Signal-Android
Set story reaction bar height to 56dp.
rodzic
9b669009df
commit
277cfe2d6f
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue