Signal-Android/app/src/main/res/layout/media_keyboard.xml
Android Team 08e86b8c82 Add Emoji Search, Sticker Search, and GIF Keyboard.
Co-authored-by: Alex Hart <alex@signal.org>
Co-authored-by: Cody Henthorne <cody@signal.org>
Co-authored-by: ⁨Greyson Parrelli<greyson@signal.org>
2021-06-02 17:43:17 -04:00

13 lines
No EOL
530 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:parentTag="org.thoughtcrime.securesms.components.emoji.MediaKeyboard">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/media_keyboard_fragment_container"
android:name="org.thoughtcrime.securesms.keyboard.KeyboardPagerFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</merge>