Skip to content

Commit

Permalink
coloer changes for #1132
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Sep 6, 2015
1 parent 875c652 commit 97d2d5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion res/layout/list_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
android:padding="@dimen/standard_padding"
android:layout_gravity="center"
android:gravity="center"
android:textColor="@color/setup_text_hint"
android:textColor="@color/secondaryTextColor"
/>

</LinearLayout>
2 changes: 1 addition & 1 deletion res/layout/list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
android:ellipsize="middle"
android:singleLine="true"
android:text="TextView"
android:textColor="#303030"
android:textColor="@color/textColor"
android:textSize="@dimen/two_line_primary_text_size" />

<LinearLayout
Expand Down
9 changes: 6 additions & 3 deletions res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,26 @@
<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="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">#303030</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>
<color name="login_text_hint_color">#757575</color>
<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>
Expand Down

0 comments on commit 97d2d5f

Please sign in to comment.