]> git.eshelyaron.com Git - emacs.git/commit
Fix styling issues on Android 15 QPR1
authorPo Lu <luangruo@yahoo.com>
Mon, 3 Mar 2025 13:57:05 +0000 (21:57 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:03:50 +0000 (22:03 +0100)
commitf445be07ecc7c4bc2b0539d9b8ab2858971cde57
treeadbe1a42a300b1733138924803aa9c65cbe8b796
parenta09b012c9e86cb0edb0d6e8a839d67616217f807
Fix styling issues on Android 15 QPR1

* java/org/gnu/emacs/EmacsView.java (EmacsView): Guarantee that
frame views are created with the correct theme.

* java/res/values-v20/style.xml (EmacsStyle):

* java/res/values-v29/style.xml (EmacsStyle): Disable a swiping
gesture enabled on certain Android systems.

* java/res/values-v35/style.xml: Rename from `styles'.xml.

(cherry picked from commit 96d26b493618f59bbdd4de86be65e784735541c8)
java/org/gnu/emacs/EmacsView.java
java/res/values-v20/style.xml [new file with mode: 0644]
java/res/values-v29/style.xml
java/res/values-v35/style.xml [new file with mode: 0644]
java/res/values-v35/styles.xml [deleted file]