Merge "Fix overlapping problem in AlertDialog" into qt-dev am: 574679ace4 am: 326f60b6bc

am: 6265d663df

Change-Id: Iaec9f6f688dd1f4a328e1b99b9854f0f08346e20
This commit is contained in:
Fan Zhang
2019-05-28 10:14:14 -07:00
committed by android-build-merger

View File

@@ -126,6 +126,8 @@
<style name="Theme.AlertDialog" parent="Theme.AlertDialog.Base">
<item name="android:windowSoftInputMode">adjustResize</item>
<item name="android:clipToPadding">true</item>
<item name="android:clipChildren">true</item>
<!-- Redefine the ActionBar style for contentInsetStart -->
<item name="android:actionBarStyle">@style/Widget.ActionBar</item>