abouttreesummaryrefslogcommitdiff
path: root/res/layout/emoji_pane.xml
diff options
context:
space:
mode:
authorJules Aguillon2021-12-19 19:44:27 +0100
committerJules Aguillon2021-12-19 19:44:27 +0100
commit1cfecbdf48edb65cc0be8b017c8f389f91212a32 (patch)
treec15f27b20e63aaf959cbf7d91701b3cfff01b098 /res/layout/emoji_pane.xml
parent988d8db7e8a6f539a8e6f40c66df7b87571a88e9 (diff)
downloadunexpected-keyboard-1cfecbdf48edb65cc0be8b017c8f389f91212a32.tar.gz
unexpected-keyboard-1cfecbdf48edb65cc0be8b017c8f389f91212a32.zip
Auto-format Java and XML files
Use xmllint. Re-indent Java files using spaces.
Diffstat (limited to 'res/layout/emoji_pane.xml')
-rw-r--r--res/layout/emoji_pane.xml45
1 files changed, 9 insertions, 36 deletions
diff --git a/res/layout/emoji_pane.xml b/res/layout/emoji_pane.xml
index 69cb507..2d249f3 100644
--- a/res/layout/emoji_pane.xml
+++ b/res/layout/emoji_pane.xml
@@ -1,38 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-<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:background="@color/bg"
- android:layout_width="fill_parent"
- android:layout_height="@dimen/emoji_grid_height"
- />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- >
- <juloo.keyboard2.EmojiKeyButton
- style="@style/emojiKeyButton"
- key="switch_back_emoji"
- />
- <juloo.keyboard2.EmojiKeyButton
- style="@style/emojiKeyButton"
- android:layout_weight="4"
- key="space"
- />
- <juloo.keyboard2.EmojiKeyButton
- style="@style/emojiKeyButton"
- key="backspace"
- />
- <juloo.keyboard2.EmojiKeyButton
- style="@style/emojiKeyButton"
- key="enter"
- />
- </LinearLayout>
+<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:background="@color/bg" android:layout_width="fill_parent" android:layout_height="@dimen/emoji_grid_height"/>
+ <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
+ <juloo.keyboard2.EmojiKeyButton style="@style/emojiKeyButton" key="switch_back_emoji"/>
+ <juloo.keyboard2.EmojiKeyButton style="@style/emojiKeyButton" android:layout_weight="4" key="space"/>
+ <juloo.keyboard2.EmojiKeyButton style="@style/emojiKeyButton" key="backspace"/>
+ <juloo.keyboard2.EmojiKeyButton style="@style/emojiKeyButton" key="enter"/>
+ </LinearLayout>
</LinearLayout>