Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为每个选项卡显示不同的布局,所以这是一种简单的显示方式
哪一种是简单的方法或其他方法,请告诉我。 这里附上屏幕:http ://screencast.com/t/pEhf8g0b
Create XML's for each tab, for example education.xml, activities.xml, and in the onCreate call that layout, for example in Education onCreate() call setContentView(R.layout.education); and for Activities call setContentView(R.layout.activities);