|
@@ -4,6 +4,7 @@
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
+ android:background="@color/text_black"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
tools:context=".screen.fighter.FighterFragment">
|
|
tools:context=".screen.fighter.FighterFragment">
|
|
|
|
|
|
@@ -11,8 +12,10 @@
|
|
android:id="@+id/tabLayout"
|
|
android:id="@+id/tabLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:background="@color/text_black"
|
|
app:tabGravity="fill"
|
|
app:tabGravity="fill"
|
|
- app:tabMode="scrollable" />
|
|
|
|
|
|
+ app:tabMode="scrollable"
|
|
|
|
+ app:tabTextColor="@color/color_white" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/selectedTabTextView"
|
|
android:id="@+id/selectedTabTextView"
|
|
@@ -21,7 +24,8 @@
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_gravity="center_horizontal"
|
|
android:padding="16dp"
|
|
android:padding="16dp"
|
|
android:text="Selected Tab: "
|
|
android:text="Selected Tab: "
|
|
- android:textSize="18sp" />
|
|
|
|
|
|
+ android:textSize="18sp"
|
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/recyclerViewFighter"
|
|
android:id="@+id/recyclerViewFighter"
|