Which Android control to use?

后端 未结 4 994
北荒
北荒 2020-12-29 00:19

I\'m taking my first steps in Android programming.

My application is to create entries in a database. For this task I have created a new Activity. All is fine - but

4条回答
  •  我在风中等你
    2020-12-29 01:20

    You can put them in LinearLayout and assign weight of 1 to each of the buttons. Also if you own dev phone / or want to see UI of the application in emulator - there is a very cool tool call hierarchyviewer http://developer.android.com/guide/developing/tools/hierarchy-viewer.html and you can see how UI of app you like has been laydown.

提交回复
热议问题