Language toggle button location #25
Replies: 6 comments 10 replies
-
@naveensingh what do you think? |
Beta Was this translation helpful? Give feedback.
-
I have been thinking about it today and I think having the language bottom on the buttom row is better,
In the Dvorak layout, move the |
Beta Was this translation helpful? Give feedback.
-
@naveensingh @Aga-C is it ok if I use xml external entities in the keyboard layouts in the xml directory? For example, importing the bottom, as most of the layouts use the same bottom row, and same goes for the numbers row. The only thing that might be a problem in this case is the hard-coded path, though I think we can programmatically add the <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Keyboard [
<!ENTITY commonBottomRow SYSTEM "app/src/main/res/xml/common_bottom_row.xml">
]>
<Keyboard xmlns:app="http://schemas.android.com/apk/res-auto">
<Row>
...
</Row>
......
&commonBottomRow;
</Keyboard> |
Beta Was this translation helpful? Give feedback.
-
@ronniedroid Just so you know I'll start working on the Keyboard soon, I'll be back here then. |
Beta Was this translation helpful? Give feedback.
-
@naveensingh should I work on the toggle button soon before the release? Or should I wait until after the initial release? As it does require some discussion on where to put the button. |
Beta Was this translation helpful? Give feedback.
-
I don't feel too good about using our limited screen real estate for another language-switch-related button. Your other PR about the language filter already resolves the problem of scrolling through a long list to switch languages, so I don't think this button is necessary anymore. I'm closing this for now. We'll revisit it if it is requested again. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am adding a toggle button to the keyboard
I have already tested locally and it works great, but my question is before I open a PR is, should I put the key on the toolbar (current location) or between the emoji and the space key? I mean the toolbar or the bottom row?
With the voice button active plus this toggle language button the toolbar doesn't look bad, but the clipboard preview doesn't have much room anymore.
Please let me know your thoughts.
Edit: Whatever option we chose, we can also remove the long press from the emoji key and have it on the toggle key to show the language selection dialog.
Beta Was this translation helpful? Give feedback.
All reactions