We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c1192 commit 1e0adebCopy full SHA for 1e0adeb
app/src/main/res/layout/view_layout_info.xml
@@ -9,6 +9,9 @@
9
android:id="@+id/tabLayout"
10
android:layout_width="match_parent"
11
android:layout_height="40dp"
12
+ app:layout_constraintEnd_toEndOf="parent"
13
+ app:layout_constraintStart_toStartOf="parent"
14
+ app:layout_constraintTop_toTopOf="parent"
15
app:tabBackground="@color/colorPrimaryDark"
16
app:tabIndicatorColor="@android:color/transparent"
17
app:tabSelectedTextColor="@android:color/white"
0 commit comments