Cool thanks for the patch. I actually came across onMeasure while working on my keyboard but lazily decided not to use it because it shrinks our view of channel. hiding the channel name when focused would work great, ill give that a try.
On Thu, Jun 30, 2011 at 11:02 AM, Steven Luo <[email protected]> wrote: > On Thu, Jun 30, 2011 at 06:51:15AM -0700, Steven Luo wrote: > > diff --git a/application/src/org/yaaic/activity/ConversationActivity.java > b/application/src/org/yaaic/activity/ConversationActivity.java > > index b16410e..e161047 100644 > > --- a/application/src/org/yaaic/activity/ConversationActivity.java > > +++ b/application/src/org/yaaic/activity/ConversationActivity.java > > @@ -65,6 +65,7 @@ import android.content.ServiceConnection; > > import android.content.pm.PackageManager; > > import android.content.pm.ResolveInfo; > > import android.content.res.Configuration; > > +import android.graphics.Rect; > > import android.os.Bundle; > > import android.os.Handler; > > import android.os.IBinder; > > @@ -84,6 +85,7 @@ import android.widget.Button; > > import android.widget.EditText; > > import android.widget.Gallery; > > import android.widget.ImageView; > > +import android.widget.LinearLayout; > > import android.widget.TextView; > > import android.widget.Toast; > > import android.widget.ViewSwitcher; > > Shoot, I meant to clean this up before sending this patch. Go ahead > and ignore these hunks of the patch entirely. > > -Steven Luo > -- Sincerely, Reynaldo Cortorreal

