Skip to content

Commit 96f65a0

Browse files
committed
Fix white prompt on some devices
1 parent 085bdf8 commit 96f65a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/values-v11/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
limitations under the License.
1616
-->
1717
<resources>
18-
<style name="Dialog" parent="android:style/Theme.Holo.Light.Dialog" />
18+
<style name="Dialog" parent="android:style/Theme.Holo.Dialog" />
1919

2020
<style name="TitleBar">
2121
<item name="android:id">@id/title_container</item>

0 commit comments

Comments
 (0)