Android

TabLayout에서 탭 색상 변경이 안될 때 (Tablayout.setBackgroundColor)

Bin- 2016. 10. 17. 21:36

<android.support.design.widget.TabLayout xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/detail_tabs"
android:layout_width="match_parent"
android:layout_height="@dimen/tab_layout_height"
app:tabBackground="#00FFFFFF"/>


 XML 에서 tabBackground 속성에 투명한 값을 넣으면 해결됩니다. :)