diff options
| author | Jules Aguillon | 2024-01-14 00:54:17 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-06-16 22:19:20 +0200 |
| commit | bad2e8c23779df732a5bd4f7364abb748161569d (patch) | |
| tree | 9499e01af95c7ffe7ec38f7e730181f7172e624e /res/layout | |
| parent | b7be19dc1f95924f13b0ea9b31fad0658eab0c57 (diff) | |
| download | unexpected-keyboard-bad2e8c23779df732a5bd4f7364abb748161569d.tar.gz unexpected-keyboard-bad2e8c23779df732a5bd4f7364abb748161569d.zip | |
Refactor: Remove unecessary view in emoji pane
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/emoji_pane.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout/emoji_pane.xml b/res/layout/emoji_pane.xml index 1a7d9a4..379cfd3 100644 --- a/res/layout/emoji_pane.xml +++ b/res/layout/emoji_pane.xml @@ -2,7 +2,5 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:hardwareAccelerated="false"> <juloo.keyboard2.EmojiGroupButtonsBar android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content"/> <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"/> - <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content"> - <juloo.keyboard2.Keyboard2View layout="@xml/emoji_bottom_row" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="?attr/emoji_key_bg"/> - </LinearLayout> + <juloo.keyboard2.Keyboard2View layout="@xml/emoji_bottom_row" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="?attr/emoji_key_bg"/> </LinearLayout> |
