fixed incorrect command palette key spacing
This commit is contained in:
parent
3d2a5a0c30
commit
e910ef36c9
6 changed files with 12 additions and 14 deletions
|
|
@ -2,10 +2,8 @@
|
|||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:showIn="@layout/main_small"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
style="@style/TTheme.CommandPalette.Wrapper"
|
||||
tools:showIn="@layout/main_small">
|
||||
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftKeyFn
|
||||
style="@style/TTheme.CommandPalette.Key"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
android:paddingEnd="15dp"
|
||||
android:text="✕"
|
||||
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.TextView"
|
||||
android:textSize="@dimen/main_small_key_icon_size"
|
||||
android:textSize="@dimen/pref_deletable_word_icon_size"
|
||||
tools:ignore="HardcodedText,RtlSymmetry" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue