Signal-Android/app/src/main/res/layout/media_keyboard.xml

13 lines
484 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
2022-08-09 13:29:04 -03:00
tools:viewBindingIgnore="true"
tools:parentTag="org.thoughtcrime.securesms.components.emoji.MediaKeyboard">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/media_keyboard_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</merge>