mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 15:47:43 +00:00
Fixed action bar keys spacing in emoji palettes
This commit is contained in:
parent
c982ca0c62
commit
d45b791b98
1 changed files with 14 additions and 5 deletions
|
@ -81,9 +81,12 @@
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/emoji_keyboard_alphabet_left"
|
android:id="@+id/emoji_keyboard_alphabet_left"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="0.15"
|
|
||||||
android:gravity="center"
|
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:layout_weight="0.15"
|
||||||
|
android:layout_marginStart="2dp"
|
||||||
|
android:layout_marginTop="2dp"
|
||||||
|
android:layout_marginEnd="2dp"
|
||||||
|
android:gravity="center"
|
||||||
android:hapticFeedbackEnabled="false"
|
android:hapticFeedbackEnabled="false"
|
||||||
android:soundEffectsEnabled="false" />
|
android:soundEffectsEnabled="false" />
|
||||||
<!-- TODO: Implement KeyView and replace this. -->
|
<!-- TODO: Implement KeyView and replace this. -->
|
||||||
|
@ -92,8 +95,11 @@
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/emoji_keyboard_space"
|
android:id="@+id/emoji_keyboard_space"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="0.70"
|
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:layout_weight="0.70"
|
||||||
|
android:layout_marginStart="2dp"
|
||||||
|
android:layout_marginTop="2dp"
|
||||||
|
android:layout_marginEnd="2dp"
|
||||||
android:hapticFeedbackEnabled="false"
|
android:hapticFeedbackEnabled="false"
|
||||||
android:soundEffectsEnabled="false"
|
android:soundEffectsEnabled="false"
|
||||||
android:contentDescription="@string/spoken_description_space">
|
android:contentDescription="@string/spoken_description_space">
|
||||||
|
@ -112,9 +118,12 @@
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/emoji_keyboard_delete"
|
android:id="@+id/emoji_keyboard_delete"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="0.15"
|
|
||||||
android:gravity="center"
|
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:layout_weight="0.15"
|
||||||
|
android:layout_marginStart="2dp"
|
||||||
|
android:layout_marginTop="2dp"
|
||||||
|
android:layout_marginEnd="2dp"
|
||||||
|
android:gravity="center"
|
||||||
android:hapticFeedbackEnabled="false"
|
android:hapticFeedbackEnabled="false"
|
||||||
android:soundEffectsEnabled="false"
|
android:soundEffectsEnabled="false"
|
||||||
android:contentDescription="@string/spoken_description_delete" />
|
android:contentDescription="@string/spoken_description_delete" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue