mirror of
https://github.com/AdrianKuta/ViewPagerDotsIndicator.git
synced 2025-07-01 23:08:00 +02:00
Initial commit
This commit is contained in:
11
app/src/main/res/layout/toolbar.xml
Normal file
11
app/src/main/res/layout/toolbar.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<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>
|
Reference in New Issue
Block a user