Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 50bd1f3

Browse files
committed
dialog fix
1 parent 90d62a6 commit 50bd1f3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

app/release/app-release.apk

1.38 MB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<style name="DialogStyle" parent="android:Theme.DeviceDefault.Dialog.Alert" />
4+
</resources>

yanndroid/samsung/src/main/res/values/styles.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@
355355
</style>
356356

357357
<!--Dialog-->
358-
<style name="DialogStyle" parent="android:Theme.DeviceDefault.DayNight" tools:targetApi="q" />
358+
<style name="DialogStyle" parent="android:Theme.DeviceDefault.Light.Dialog.Alert" />
359+
359360

360361
</resources>

0 commit comments

Comments
 (0)