如何使用“材质切换”按钮组创建此按钮

时间:2020-11-02 11:22:18

标签: android button material-design toggle

enter image description here

<com.google.android.material.button.MaterialButtonToggleGroup
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:layout_constraintBottom_toTopOf="@+id/register_gl_middle"
        app:layout_constraintEnd_toStartOf="@+id/register_gl_right"
        app:layout_constraintStart_toStartOf="@+id/register_gl_left"
        app:layout_constraintTop_toBottomOf="@+id/textView4">

        <com.google.android.material.button.MaterialButton
            android:layout_weight="1"
            android:layout_height="wrap_content"
            android:text="creator" />

        <com.google.android.material.button.MaterialButton
            android:layout_weight="1"
            android:layout_height="wrap_content"
            android:text="advertiser" />

    </com.google.android.material.button.MaterialButtonToggleGroup>
宽度=“ 0dp”,样式->轮廓

我编写了这段代码,但是它不能像...一样工作。 enter image description here

0 个答案:

没有答案