Thường thì tôi thấy phần khai báo Thanh công cụ này trong các tệp bố cục:
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light">
</android.support.v7.widget.Toolbar>
Tại sao có hai thuộc tính liên quan đến chủ đề: chủ đề và popupTheme?
Mục đích của mỗi người trong số họ là gì?