summaryrefslogtreecommitdiff
path: root/java/AndroidManifest.xml.in
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-03-01 14:31:57 +0800
committerPo Lu <luangruo@yahoo.com>2023-03-01 14:31:57 +0800
commit194b3f948cba9f6da0e5d3b36ada8ab9ca74d482 (patch)
treed9e2666749814376edfcd1f1f1e6818f597a5dc6 /java/AndroidManifest.xml.in
parent15bcb446be2f2f5b85a1b9585ec3abaabcbf04d9 (diff)
Update Android port
* java/AndroidManifest.xml.in: Specify @style/EmacsStyle. * java/org/gnu/emacs/EmacsActivity.java (onCreate): Stop setting the theme here. * java/res/values-v11/style.xml: * java/res/values-v14/style.xml: * java/res/values-v29/style.xml: * java/res/values/style.xml: Extract style resources into res/values.
Diffstat (limited to 'java/AndroidManifest.xml.in')
-rw-r--r--java/AndroidManifest.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in
index 1da3646e2f5..4ebfe470c0a 100644
--- a/java/AndroidManifest.xml.in
+++ b/java/AndroidManifest.xml.in
@@ -67,7 +67,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
android:icon="@drawable/emacs"
android:hardwareAccelerated="true"
android:supportsRtl="true"
- android:theme="@android:style/Theme"
+ android:theme="@style/EmacsStyle"
android:debuggable="@ANDROID_DEBUGGABLE@"
android:extractNativeLibs="true">