1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 18:13:23 +00:00
This commit is contained in:
Yan Maniez 2019-04-07 10:24:48 +02:00
parent 9332a41320
commit 82aaec1b90
2 changed files with 25 additions and 16 deletions

View file

@ -6,6 +6,6 @@
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:tabIndicatorColor="@android:color/white"
app:tabIndicatorColor="@color/HDRed"
app:tabGravity="fill"
app:tabMode="fixed" />
app:tabMode="scrollable" />