mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-01 00:46:33 +01:00
12 lines
522 B
Text
12 lines
522 B
Text
|
<?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" />
|