diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-04-16 21:49:29 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-04-16 21:49:29 +0200 |
commit | f7c243564f87d60df322ea9f62c1591920f8d32b (patch) | |
tree | 39d8554ccb83722843ced80297ec3e09aece00dd /libraries/Android-AppMsg/library/res | |
parent | b0c65729a98dfbd61063491a5facff2f782f56af (diff) | |
download | open-keychain-f7c243564f87d60df322ea9f62c1591920f8d32b.tar.gz open-keychain-f7c243564f87d60df322ea9f62c1591920f8d32b.tar.bz2 open-keychain-f7c243564f87d60df322ea9f62c1591920f8d32b.zip |
Use git submodules for libs, fix compilation, remove library sourcecode
Diffstat (limited to 'libraries/Android-AppMsg/library/res')
-rw-r--r-- | libraries/Android-AppMsg/library/res/layout/app_msg.xml | 20 | ||||
-rw-r--r-- | libraries/Android-AppMsg/library/res/values/colors.xml | 8 |
2 files changed, 0 insertions, 28 deletions
diff --git a/libraries/Android-AppMsg/library/res/layout/app_msg.xml b/libraries/Android-AppMsg/library/res/layout/app_msg.xml deleted file mode 100644 index 235fe47b9..000000000 --- a/libraries/Android-AppMsg/library/res/layout/app_msg.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:gravity="center" - android:minHeight="48dp" - android:orientation="vertical" > - - <TextView - android:id="@android:id/message" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:gravity="center" - android:padding="8dp" - android:textColor="?android:textColorPrimaryInverse" - android:textIsSelectable="false" - android:textSize="14sp" - android:textStyle="bold" /> - -</LinearLayout>
\ No newline at end of file diff --git a/libraries/Android-AppMsg/library/res/values/colors.xml b/libraries/Android-AppMsg/library/res/values/colors.xml deleted file mode 100644 index 2bfd9ecb4..000000000 --- a/libraries/Android-AppMsg/library/res/values/colors.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <color name="alert">#CC0000</color> - <color name="confirm">#FF8800</color> - <color name="info">#669900</color> - -</resources>
\ No newline at end of file |