1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-01-09 20:58:02 -05:00
Yaaic/application/res/layout
Steven Luo ccaf9f59c4 Resize the fullscreen conversation window when IME appears instead of scrolling
When an activity sets FLAG_FULLSCREEN on its window, Android assumes
that the window size will always be the same as the screen size.  This
causes the window to scroll instead of resizing when the soft keyboard
comes up, which (according to a quick Google search) isn't the behavior
most developers are expecting.

This patch implements an ugly workaround: extend the root element of the
layout (in our case, a LinearLayout) to hook into the onMeasure()
callback, which is called when the window size changes, so that we can
resize ourselves when the window size changes.
2011-07-02 17:53:41 +02:00
..
about.xml about.xml: Fix indentation 2011-07-02 17:48:14 +02:00
actionitem.xml
addserveritem.xml
aliasadd.xml (Authentication) GUI for NickServ and SASL 2011-06-10 21:35:23 +02:00
aliasitem.xml (Authentication) GUI for NickServ and SASL 2011-06-10 21:35:23 +02:00
authentication.xml Internationalization of Authentication GUI 2011-06-11 13:56:42 +02:00
channeladd.xml channeladd.xml view: Replace tabs with white spaces 2011-06-09 00:02:34 +02:00
channeldialog.xml
channelitem.xml
commandadd.xml
commanditem.xml
conversations.xml Resize the fullscreen conversation window when IME appears instead of scrolling 2011-07-02 17:53:41 +02:00
join.xml
message.xml dp/sp: More adjustments 2011-03-15 22:11:55 +01:00
rounded.xml
serveradd.xml (Authentication) GUI for NickServ and SASL 2011-06-10 21:35:23 +02:00
serveritem.xml dp/sp: More adjustments 2011-03-15 22:11:55 +01:00
servers.xml
user.xml
useritem.xml useritem.xml: Use dp for padding and sp for fonts 2011-03-15 21:31:53 +01:00
users.xml