TabLayout

sooj·2023년 9월 18일
0

.android

목록 보기
13/18

main.xml


    <com.google.android.material.tabs.TabLayout
        android:id="@+id/tablayout"
        android:layout_width="match_parent"
        android:layout_height="61dp"
        android:background="#58975B"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent" >

        <com.google.android.material.tabs.TabItem
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="First" />

        <com.google.android.material.tabs.TabItem
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Second"/>

    </com.google.android.material.tabs.TabLayout>
    
    
    
profile
하루하루는 성실하게 인생 전체는 되는대로

0개의 댓글

관련 채용 정보