lorensiuswlt / NewQuickAction3D

Gallery3D like quickaction
http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
Apache License 2.0
400 stars 236 forks source link

Positioning button and title in the action item #10

Open YunusLuniwala opened 12 years ago

YunusLuniwala commented 12 years ago

Hi there, Its a nice working example and worked exactly as you described. But I want to use this in a little different way. As per my project's requirement, I need to place the button on the right side and title on the left side. For that I edited the "action_item_horizontal" file because I want to display the action item horizontally. I placed the TextView before ImageView in the RelativeLayout. Doing so and I run the project, I am getting ClassCastException : android.widget.textview... How can I resolve this? Waiting for your quick response. Regards