aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java/res/values-v9
diff options
context:
space:
mode:
authorJuan Linietsky2016-01-08 13:36:44 -0300
committerJuan Linietsky2016-01-08 13:36:44 -0300
commit401622cc229317bd218f070dd07a3bd8db582f16 (patch)
treebe10159e88dc35eab1a5bcc10ca561470e47472c /platform/android/java/res/values-v9
parent405cfb6da2d6d4ccbe19a88b133e73967d0769c9 (diff)
downloadgodot-401622cc229317bd218f070dd07a3bd8db582f16.tar.gz
godot-401622cc229317bd218f070dd07a3bd8db582f16.tar.zst
godot-401622cc229317bd218f070dd07a3bd8db582f16.zip
-Removed ANT build system for Android, as it was deprecated by Google
-Added new Gradle build system, as it is the required build system
Diffstat (limited to 'platform/android/java/res/values-v9')
-rw-r--r--platform/android/java/res/values-v9/styles.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/java/res/values-v9/styles.xml b/platform/android/java/res/values-v9/styles.xml
new file mode 100644
index 000000000..736e77a5d
--- /dev/null
+++ b/platform/android/java/res/values-v9/styles.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="NotificationText" parent="android:TextAppearance.StatusBar.EventContent" />
+ <style name="NotificationTitle" parent="android:TextAppearance.StatusBar.EventContent.Title" />
+</resources> \ No newline at end of file