From: Andy Scherzinger Date: Tue, 4 Aug 2015 15:06:27 +0000 (+0200) Subject: extracted color values for download fragment, see comments https://github.com/ownclou... X-Git-Tag: oc-android-1.8~42^2~40 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/f7f468b5783add4a4e67d2b3d4d8ede3766ba156 extracted color values for download fragment, see comments https://github.com/owncloud/android/commit/172c3f56a3ffdc399f1977744ad015de09fcc4f5 --- diff --git a/res/layout/file_download_fragment.xml b/res/layout/file_download_fragment.xml index 05b1218e..e101de19 100644 --- a/res/layout/file_download_fragment.xml +++ b/res/layout/file_download_fragment.xml @@ -23,14 +23,14 @@ android:layout_gravity="center" android:gravity="center_vertical" android:padding="20dp" - android:background="#000000" + android:background="@color/black" > @@ -81,7 +81,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_margin="40dp" - android:textColor="#AAAAAA" + android:textColor="@color/dark_background_text_color" android:text="@string/downloader_download_failed_ticker" /> diff --git a/res/values/colors.xml b/res/values/colors.xml index d4cc7385..4cbe5600 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -29,7 +29,8 @@ #757575 #fff0f0f0 #DDDDDD - #EEEEEE + #EEEEEE + @color/dark_background_text_color #AAAAAA