I want to ask the user if he agrees to continue launching a task, how do I issue a confirm window having Yes, No buttons?
Hope this helps. Creating dialogs
I have a table having 2 rows each row having 3 buttons. How can I make the buttons to fill the space equally. In HTML I would give them 33% width. Also do you know any way I can create a view having 4 …
Here's my layout code; <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TextView android:text="@string/…
How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout.