fix weird resizing of ComposeActivity when emojis are loaded on tablets

This commit is contained in:
Conny Duck 2018-12-17 21:58:52 +01:00
commit c7f231419e
2 changed files with 6 additions and 2 deletions

View file

@ -168,12 +168,12 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/emojiView"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:colorBackground"
android:clipToPadding="false"
android:elevation="12dp"
android:orientation="horizontal"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingTop="8dp"
android:paddingEnd="16dp"