diff options
| author | Jules Aguillon | 2021-12-19 19:44:27 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-12-19 19:44:27 +0100 |
| commit | 1cfecbdf48edb65cc0be8b017c8f389f91212a32 (patch) | |
| tree | c15f27b20e63aaf959cbf7d91701b3cfff01b098 /res/layout | |
| parent | 988d8db7e8a6f539a8e6f40c66df7b87571a88e9 (diff) | |
| download | unexpected-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')
| -rw-r--r-- | res/layout/emoji_pane.xml | 45 | ||||
| -rw-r--r-- | res/layout/keyboard.xml | 5 |
2 files changed, 10 insertions, 40 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> diff --git a/res/layout/keyboard.xml b/res/layout/keyboard.xml index 98c390c..43b3e47 100644 --- a/res/layout/keyboard.xml +++ b/res/layout/keyboard.xml @@ -1,5 +1,2 @@ <?xml version="1.0" encoding="utf-8"?> -<juloo.keyboard2.Keyboard2View xmlns:android="http://schemas.android.com/apk/res/android" - android:background="@color/bg" - android:hardwareAccelerated="false" -/> +<juloo.keyboard2.Keyboard2View xmlns:android="http://schemas.android.com/apk/res/android" android:background="@color/bg" android:hardwareAccelerated="false"/> |
