mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-02-16 17:41:21 +01:00
8 lines
239 B
XML
8 lines
239 B
XML
|
<?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>
|