From c36cb43fd6a862df8b82e2a75c4adf4c606c61c9 Mon Sep 17 00:00:00 2001 From: Mister Oyster Date: Wed, 4 Jan 2017 15:29:55 +0100 Subject: cmactions: missing files --- cmactions/Android.mk | 16 ++++++++++++ cmactions/proguard.flags | 3 +++ .../res/mipmap-xhdpi/ic_launcher_settings.png | Bin 0 -> 8605 bytes .../res/mipmap-xxhdpi/ic_launcher_settings.png | Bin 0 -> 14731 bytes .../res/mipmap-xxxhdpi/ic_launcher_settings.png | Bin 0 -> 21728 bytes cmactions/res/values/colors.xml | 22 ++++++++++++++++ cmactions/res/values/dimens.xml | 20 ++++++++++++++ cmactions/res/values/styles.xml | 29 +++++++++++++++++++++ 8 files changed, 90 insertions(+) create mode 100644 cmactions/Android.mk create mode 100644 cmactions/proguard.flags create mode 100644 cmactions/res/mipmap-xhdpi/ic_launcher_settings.png create mode 100644 cmactions/res/mipmap-xxhdpi/ic_launcher_settings.png create mode 100644 cmactions/res/mipmap-xxxhdpi/ic_launcher_settings.png create mode 100644 cmactions/res/values/colors.xml create mode 100644 cmactions/res/values/dimens.xml create mode 100644 cmactions/res/values/styles.xml diff --git a/cmactions/Android.mk b/cmactions/Android.mk new file mode 100644 index 0000000..a098093 --- /dev/null +++ b/cmactions/Android.mk @@ -0,0 +1,16 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := optional + +LOCAL_SRC_FILES := $(call all-java-files-under, src) + +LOCAL_PACKAGE_NAME := CMActions +LOCAL_CERTIFICATE := platform +LOCAL_PRIVILEGED_MODULE := true + +LOCAL_PROGUARD_FLAG_FILES := proguard.flags + +include $(BUILD_PACKAGE) + +include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/cmactions/proguard.flags b/cmactions/proguard.flags new file mode 100644 index 0000000..def5066 --- /dev/null +++ b/cmactions/proguard.flags @@ -0,0 +1,3 @@ +-keep class org.cyanogenmod.CMActions.* { + *; +} diff --git a/cmactions/res/mipmap-xhdpi/ic_launcher_settings.png b/cmactions/res/mipmap-xhdpi/ic_launcher_settings.png new file mode 100644 index 0000000..fa8c813 Binary files /dev/null and b/cmactions/res/mipmap-xhdpi/ic_launcher_settings.png differ diff --git a/cmactions/res/mipmap-xxhdpi/ic_launcher_settings.png b/cmactions/res/mipmap-xxhdpi/ic_launcher_settings.png new file mode 100644 index 0000000..3fa69e9 Binary files /dev/null and b/cmactions/res/mipmap-xxhdpi/ic_launcher_settings.png differ diff --git a/cmactions/res/mipmap-xxxhdpi/ic_launcher_settings.png b/cmactions/res/mipmap-xxxhdpi/ic_launcher_settings.png new file mode 100644 index 0000000..72946b7 Binary files /dev/null and b/cmactions/res/mipmap-xxxhdpi/ic_launcher_settings.png differ diff --git a/cmactions/res/values/colors.xml b/cmactions/res/values/colors.xml new file mode 100644 index 0000000..c1f38af --- /dev/null +++ b/cmactions/res/values/colors.xml @@ -0,0 +1,22 @@ + + + + + #ff263238 + #ff21272b + #ff009688 + diff --git a/cmactions/res/values/dimens.xml b/cmactions/res/values/dimens.xml new file mode 100644 index 0000000..133701d --- /dev/null +++ b/cmactions/res/values/dimens.xml @@ -0,0 +1,20 @@ + + + + + 72dp + diff --git a/cmactions/res/values/styles.xml b/cmactions/res/values/styles.xml new file mode 100644 index 0000000..b013f16 --- /dev/null +++ b/cmactions/res/values/styles.xml @@ -0,0 +1,29 @@ + + + + + + + -- cgit v1.2.3