Skip to content

Commit

Permalink
Replace usage of colorAccent
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaturel committed Jan 4, 2023
1 parent 6c0c5e5 commit e82c7af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vector/src/main/res/layout/fragment_room_polls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
android:id="@+id/roomPollsTabs"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginHorizontal="10dp"
android:layout_marginTop="20dp"
android:background="?android:colorBackground"
app:layout_constraintBottom_toTopOf="@id/roomPollsViewPager"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/appBarLayout"
app:tabGravity="start"
app:tabIndicatorFullWidth="false"
app:tabIndicatorHeight="1dp"
app:tabMaxWidth="0dp"
app:tabMode="scrollable"
app:tabPaddingBottom="-15dp"
app:tabTextColor="?vctr_content_primary"
app:tabSelectedTextColor="?colorAccent"
app:tabSelectedTextColor="?colorSecondary"
app:tabTextAppearance="@style/TextAppearance.Vector.Body"
app:tabGravity="start"
app:tabMaxWidth="0dp"
app:tabMode="scrollable" />
app:tabTextColor="?vctr_content_primary" />

<androidx.viewpager2.widget.ViewPager2
android:id="@+id/roomPollsViewPager"
Expand Down

0 comments on commit e82c7af

Please sign in to comment.