我正在开发一个Android应用程序,我需要创建这样的布局。
我尝试了横向滚动,但我不知道如何制作带点的导航按钮,显示中间的聚焦按钮
像这样
答案 0 :(得分:0)
//试试这个
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:orientation="horizontal"
android:layout_height="wrap_content">
<Button
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<Button
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="2"/>
<Button
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</LinearLayout>
答案 1 :(得分:0)
结帐https://developer.android.com/training/animation/screen-slide.html
并使用https://github.com/ongakuer/CircleIndicator
作为圈指示符