2015-10-23 14:22:43 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-12-30 00:26:05 +01:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:hardwareAccelerated="false">
|
2021-12-19 19:44:27 +01:00
|
|
|
<juloo.keyboard2.EmojiGroupButtonsBar android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content"/>
|
2022-12-11 16:20:51 +01:00
|
|
|
<juloo.keyboard2.EmojiGridView android:id="@+id/emoji_grid" android:layout_width="fill_parent" android:layout_height="@dimen/emoji_grid_height" android:orientation="vertical" android:numColumns="auto_fit" android:columnWidth="45sp" android:background="?attr/colorKeyboard"/>
|
2021-12-19 19:44:27 +01:00
|
|
|
<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
|
2023-10-28 20:14:32 +02:00
|
|
|
<juloo.keyboard2.EmojiBottomRow android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="?attr/emoji_key_bg"/>
|
2021-12-19 19:44:27 +01:00
|
|
|
</LinearLayout>
|
2015-10-24 16:32:49 +02:00
|
|
|
</LinearLayout>
|