24 lines
948 B
XML
24 lines
948 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<kr.co.vividnext.sodalive.v2.widget.CapsuleTabBarView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="52dp"
|
|
android:background="@color/black">
|
|
|
|
<HorizontalScrollView
|
|
android:id="@+id/hsv_capsule_tab_bar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fillViewport="false"
|
|
android:overScrollMode="never"
|
|
android:scrollbars="none">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_capsule_tab_container"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingHorizontal="@dimen/spacing_14" />
|
|
</HorizontalScrollView>
|
|
</kr.co.vividnext.sodalive.v2.widget.CapsuleTabBarView>
|