implementation 'androidx.appcompat:appcompat:{version}' public class MainActivity extends AppCompatActivity { // ... } <activity android:name=".MainActivity" android:theme="@style/AppTheme" /> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize theme attributes --> </style>


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