Rearrange xml entries for layout

This commit is contained in:
Prathamesh More 2021-09-16 18:29:31 +05:30
parent 9aa897fe7d
commit 9f6ecc267b
59 changed files with 226 additions and 225 deletions

View file

@ -62,12 +62,12 @@
android:id="@+id/tabLyrics"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:elevation="@dimen/toolbar_elevation"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:tabIndicator="@drawable/tab_lyrics_indicator"
app:tabIndicatorAnimationMode="elastic"
android:elevation="@dimen/toolbar_elevation"
app:tabIndicatorFullWidth="false"
app:tabIndicatorHeight="5dp" />
</androidx.constraintlayout.widget.ConstraintLayout>