mirror of
https://github.com/farcasclaudiu/IssueCarousel.git
synced 2026-06-22 11:01:23 +03:00
3 lines
489 B
XML
3 lines
489 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/sliding_tabs" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" app:tabIndicatorColor="@android:color/white" app:tabGravity="fill" app:tabMode="fixed" />
|