Replace usage of colorAccent
This commit is contained in:
parent
6c0c5e5064
commit
e82c7afdae
@ -24,22 +24,22 @@
|
|||||||
android:id="@+id/roomPollsTabs"
|
android:id="@+id/roomPollsTabs"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="20dp"
|
|
||||||
android:layout_marginHorizontal="10dp"
|
android:layout_marginHorizontal="10dp"
|
||||||
|
android:layout_marginTop="20dp"
|
||||||
android:background="?android:colorBackground"
|
android:background="?android:colorBackground"
|
||||||
app:layout_constraintBottom_toTopOf="@id/roomPollsViewPager"
|
app:layout_constraintBottom_toTopOf="@id/roomPollsViewPager"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/appBarLayout"
|
app:layout_constraintTop_toBottomOf="@id/appBarLayout"
|
||||||
|
app:tabGravity="start"
|
||||||
app:tabIndicatorFullWidth="false"
|
app:tabIndicatorFullWidth="false"
|
||||||
app:tabIndicatorHeight="1dp"
|
app:tabIndicatorHeight="1dp"
|
||||||
app:tabPaddingBottom="-15dp"
|
|
||||||
app:tabTextColor="?vctr_content_primary"
|
|
||||||
app:tabSelectedTextColor="?colorAccent"
|
|
||||||
app:tabTextAppearance="@style/TextAppearance.Vector.Body"
|
|
||||||
app:tabGravity="start"
|
|
||||||
app:tabMaxWidth="0dp"
|
app:tabMaxWidth="0dp"
|
||||||
app:tabMode="scrollable" />
|
app:tabMode="scrollable"
|
||||||
|
app:tabPaddingBottom="-15dp"
|
||||||
|
app:tabSelectedTextColor="?colorSecondary"
|
||||||
|
app:tabTextAppearance="@style/TextAppearance.Vector.Body"
|
||||||
|
app:tabTextColor="?vctr_content_primary" />
|
||||||
|
|
||||||
<androidx.viewpager2.widget.ViewPager2
|
<androidx.viewpager2.widget.ViewPager2
|
||||||
android:id="@+id/roomPollsViewPager"
|
android:id="@+id/roomPollsViewPager"
|
||||||
|
Loading…
Reference in New Issue
Block a user