Thay đổi màu Thanh công cụ trong Appcompat 21
Tôi đang thử nghiệm các tính năng mới của Appcompat 21 Material Design. Do đó, tôi đã tạo một Thanh công cụ như thế này: <android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/activity_my_toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" android:background="?attr/colorPrimary" app:theme="@style/ThemeOverlay.AppCompat.ActionBar"/> và đưa nó vào tệp bố cục chính của tôi. Sau đó, tôi đã đặt nó …