projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix crash in navigation in FileList
[pub/Android/ownCloud.git]
/
res
/
values
/
setup.xml
diff --git
a/res/values/setup.xml
b/res/values/setup.xml
index
097ff48
..
6c1a67a
100644
(file)
--- a/
res/values/setup.xml
+++ b/
res/values/setup.xml
@@
-32,11
+32,6
@@
<color name="actionbar_start_color">#1D2D44</color>
<color name="actionbar_end_color">#1D2D44</color>
<color name="actionbar_start_color">#1D2D44</color>
<color name="actionbar_end_color">#1D2D44</color>
- <color name="refresh_color_start">#00ddff</color>
- <color name="refresh_color_middle_1">#1D2D44</color>
- <color name="refresh_color_middle_2">#FFFFFF</color>
- <color name="refresh_color_end">#00ddff</color>
-
<!-- Button -->
<color name="button_text_color">#000000</color>
<!-- Button -->
<color name="button_text_color">#000000</color>
@@
-54,6
+49,9
@@
<string name="mail_feedback">"mailto:apps@owncloud.com"</string>
<string name="url_app_download">"https://play.google.com/store/apps/details?id=com.owncloud.android"</string>
<string name="mail_feedback">"mailto:apps@owncloud.com"</string>
<string name="url_app_download">"https://play.google.com/store/apps/details?id=com.owncloud.android"</string>
+ <!--Destination mail for sending log files -->
+ <string name="mail_logger"></string>
+
</resources>
</resources>