Accessing Layout Items from inside Widget AppWidgetProvider
- by cam4mav
I am starting to go insane trying to figure this out. It seems like it should be very easy, I'm starting to wonder if it's possible.
What I am trying to do is create a home screen widget, that only contains an ImageButton.
When it is pressed, the idea is to change some setting (like the wi-fi toggle) and then change the Buttons image.
I have the…