diff options
| author | Juan Linietsky | 2016-01-08 13:36:44 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-08 13:36:44 -0300 |
| commit | 401622cc229317bd218f070dd07a3bd8db582f16 (patch) | |
| tree | be10159e88dc35eab1a5bcc10ca561470e47472c /platform/android/java/res/values-v9 | |
| parent | 405cfb6da2d6d4ccbe19a88b133e73967d0769c9 (diff) | |
| download | godot-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.xml | 5 |
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 |
