Files
ViewPagerDotsIndicator/app/src/main/res/layout/toolbar.xml
2020-03-11 14:55:38 +01:00

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>