[android-developers] Re: Are the Dialog Buttons considered Views?

2011-02-08 Thread kernelpanic
pretty straightforward answer then - from the docs here - http://developer.android.com/reference/android/widget/Button.html java.lang.Object ↳ android.view.View ↳ android.widget.TextView ↳ android.widget.Button On Feb 8, 11:07 am, Jeremiah Sellars sylus.mcf...@gmail.com wrote:

[android-developers] Re: Are the Dialog Buttons considered Views?

2011-02-08 Thread Jeremiah Sellars
I suppose I should have qualified that a little more, I'm a tad more experienced than just needing the Button documentation. I've been attempting to speed up the dismissal of the soft keyboard when a Dialog I have is closed. I have a previous post, here: