How to place tabs at bottom of app in a tabbedactivity
问题 I'm trying to use a tabbedActivity in android to create a simple app. I would like to put my tabs at the bottom of the screen. Here is what i've got when creating my Activity with android studio. What I would like, is the part with "SECTION 1 SECTION 2 SECTION 3" to be at the bottom of the screen. Here is my xml file: <android.support.design.widget.AppBarLayout android:id="@+id/appbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="@dimen/appbar