2019-04-17 10:21:30 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2021-05-26 10:47:14 -03:00
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-04-17 10:21:30 -04:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:parentTag="org.thoughtcrime.securesms.components.emoji.MediaKeyboard">
|
|
|
|
|
2021-05-26 10:47:14 -03:00
|
|
|
<androidx.fragment.app.FragmentContainerView
|
|
|
|
android:id="@+id/media_keyboard_fragment_container"
|
2019-04-17 10:21:30 -04:00
|
|
|
android:layout_width="match_parent"
|
2021-05-26 10:47:14 -03:00
|
|
|
android:layout_height="match_parent" />
|
2019-04-17 10:21:30 -04:00
|
|
|
|
|
|
|
</merge>
|