diff options
| author | Jules Aguillon | 2024-01-13 23:22:26 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-01-13 23:22:26 +0100 |
| commit | b114c78bf16e39918b9cbc20a995e0aa7c996b26 (patch) | |
| tree | 5186b60394858b9c36a0c7a3335096dc5713e939 /res | |
| parent | eddf9c6c117449012e2aece5776694467e3483f0 (diff) | |
| download | unexpected-keyboard-b114c78bf16e39918b9cbc20a995e0aa7c996b26.tar.gz unexpected-keyboard-b114c78bf16e39918b9cbc20a995e0aa7c996b26.zip | |
Refactor: Keyboard2View: Take layout id attr
Removes EmojiBottomRow.
Diffstat (limited to 'res')
| -rw-r--r-- | res/layout/emoji_pane.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/emoji_pane.xml b/res/layout/emoji_pane.xml index 6d53f86..1a7d9a4 100644 --- a/res/layout/emoji_pane.xml +++ b/res/layout/emoji_pane.xml @@ -3,6 +3,6 @@ <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.EmojiBottomRow android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="?attr/emoji_key_bg"/> + <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> </LinearLayout> |
