Re: [android-developers] button id causes app to crash

2011-07-26 Thread TreKing
On Fri, Jul 22, 2011 at 10:41 AM, DB12 wrote: > and this one gives me a force close runtime exception when my app starts > And the exception would be ... ? - TreKing

[android-developers] button id causes app to crash

2011-07-25 Thread DB12
Howdy, I searched for about 30 minutes to see if anyone had the same issue but couldn't find anything. I have a custom dialog I created with a relative layout, when the user clicks on a button it brings up the dialog just fine normally. I added a few buttons to the dialog layout and this is where