Skip to content

Commit

Permalink
Removed a color that could be reused
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Jan 11, 2023
1 parent 89f504f commit a554b10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion owncloudApp/src/main/res/layout/spaces_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/spaces_card_default_image_color" />
android:background="@color/login_background_color" />

<TextView
android:id="@+id/spaces_list_item_name"
Expand Down
3 changes: 0 additions & 3 deletions owncloudApp/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,4 @@
<!-- Bottom Sheet Fragment -->
<color name="bottom_sheet_fragment_item_color">#6E758C</color>
<color name="bottom_sheet_fragment_title_color">#6E758C</color>

<!-- Spaces -->
<color name="spaces_card_default_image_color">#4c5f79</color>
</resources>

0 comments on commit a554b10

Please sign in to comment.