implementation 'androidx.appcompat:appcompat:1.3.0' configurations.all { resolutionStrategy { force 'androidx.appcompat:appcompat:1.3.0' } } <androidx.appcompat.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?attr/colorPrimary" android:elevation="4dp" android:theme="@style/ThemeOverlay.AppCompat.ActionBar" app:popupTheme="@style/ThemeOverlay.AppCompat.Light" /> import androidx.appcompat.widget.Toolbar; import androidx.appcompat.app.ActionBar; Toolbar toolbar = findViewById(R.id.toolbar); setSupportActionBar(toolbar); ActionBar actionBar = getSupportActionBar();


上一篇:
下一篇:
切换中文