Using a Material-based Dialog Theme with AppCompat
问题 I have an activity in my Manifest I used to style with a Dialog Theme. I can not find how to replace this in AppCompat library. <activity android:name=".LoginActivity" android:theme="@android:styles/Theme.Holo.Dialog" android:configChanges="orientation|screenSize|keyboardHidden" android:label="Login" > Is there a Material-based equivalent? 回答1: There is no material based theme for a dialog in AppCompat yet, see here Will appcompat automatically theme dialogs to look like the Lollipop version?