Merge branch 'master' of https://github.com/owncloud/android into material_fab
authorAndy Scherzinger <info@andy-scherzinger.de>
Thu, 22 Oct 2015 11:03:53 +0000 (13:03 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Thu, 22 Oct 2015 11:03:53 +0000 (13:03 +0200)
1  2 
res/layout/account_setup.xml
res/values/colors.xml

@@@ -82,7 -82,6 +82,6 @@@
                                android:inputType="textUri"\r
                                android:drawablePadding="5dp"\r
                                android:paddingRight="55dp"\r
-                 android:textColor="@color/primary"\r
                  android:textColorHint="@color/login_text_hint_color"\r
                                android:contentDescription="@string/auth_host_address"\r
                  >\r
@@@ -97,6 -96,7 +96,6 @@@
                            android:padding="0dp"\r
                            android:scaleType="fitCenter"\r
                            android:src="@drawable/ic_action_refresh_grey"\r
 -              android:onClick="onRefreshClick"\r
                                android:visibility="gone"\r
                                android:background="@android:color/transparent"\r
                  android:contentDescription="@string/auth_refresh_button"\r
              android:layout_height="wrap_content"\r
              android:ems="10"\r
                        android:enabled="false"\r
-             android:textColor="@color/primary"\r
              android:textColorHint="@color/login_text_hint_color"\r
              android:text="@string/oauth2_url_endpoint_auth"\r
              android:singleLine="true"\r
              android:text="@string/oauth2_url_endpoint_access"\r
              android:singleLine="true"\r
              android:inputType="textUri"\r
-             android:textColor="@color/primary"\r
              android:textColorHint="@color/login_text_hint_color"\r
              android:visibility="gone"/>\r
  \r
              android:ems="10"\r
              android:hint="@string/auth_username"\r
              android:inputType="textNoSuggestions"\r
-             android:textColor="@color/primary"\r
              android:textColorHint="@color/login_text_hint_color"\r
              android:contentDescription="@string/auth_username"\r
              />\r
                    android:ems="10"\r
                    android:hint="@string/auth_password"\r
                    android:inputType="textPassword"\r
-             android:textColor="@color/primary"\r
              android:textColorHint="@color/login_text_hint_color"\r
                    android:contentDescription="@string/auth_password"\r
              />\r
diff --combined res/values/colors.xml
  -->
  <resources>
  
-     <color name="owncloud_blue">#1D2D44</color>
+     <color name="owncloud_blue">@color/actionbar_start_color</color>
      <color name="owncloud_blue_accent">#35537A</color>
      <color name="owncloud_blue_bright">#00ddff</color>
  
 -    <color name="list_item_lastmod_and_filesize_text">#989898</color>
 +    <color name="list_item_lastmod_and_filesize_text">@color/secondaryTextColor</color>
      <color name="black">#000000</color>
      <color name="white">#FFFFFF</color>
 -    <color name="textColor">#303030</color>
 +    <color name="fab_white">#fafafa</color>
 +    <color name="white_pressed">#f1f1f1</color>
 +    <color name="half_black">#808080</color>
 +    <color name="black_semi_transparent">#B2000000</color>
 +    <color name="textColor">@color/black</color>
      <color name="drawerMenuTextColor">#000000</color>
 -    <color name="list_divider_background">#fff0f0f0</color>
 +    <color name="list_divider_background">#eee</color>
      <color name="filelist_icon_backgorund">#DDDDDD</color>
      <color name="dark_background_text_color">#EEEEEE</color>
      <color name="login_text_color">#757575</color>
@@@ -40,9 -36,6 +40,9 @@@
      <color name="primary_button_color">@color/owncloud_blue_accent</color>
      <color name="secondary_button_color">#D6D7D7</color>
      <color name="transparent">#00000000</color>
 +    <color name="secondaryTextColor">#a0a0a0</color>
 +    <color name="listItemHighlighted">#f8f8f8</color>
 +    <color name="highlightTextColor">#55739a</color>
  
      <!-- Colors -->
      <color name="color_accent">@color/owncloud_blue_accent</color>