mirror of
https://github.com/AdrianKuta/ViewPagerDotsIndicator.git
synced 2025-07-01 14:58:02 +02:00
11 lines
453 B
XML
11 lines
453 B
XML
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<androidx.appcompat.widget.Toolbar
|
|
android:id="@+id/toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/colorPrimary"
|
|
android:theme="@style/AppTheme"
|
|
app:popupTheme="@style/Theme.AppCompat.Light.DarkActionBar" />
|
|
</merge> |