abouttreesummaryrefslogcommitdiff
path: root/res/layout/emoji_pane.xml
blob: 8fe9fe4d3b3eeba275f1a932e7276c118e382957 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<VerticalLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:hardwareAccelerated="false">
	<juloo.keyboard2.EmojiGridView
		android:background="@color/bg"
	/>
</VerticalLayout>