gradle
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
}
<activity
android:name=".MainActivity"
android:theme="@style/Theme.AppCompat.Light" />
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />