Skip to content

Commit

Permalink
feat: added focus color to sort options and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Jul 31, 2024
1 parent 5b1bc38 commit 5e82d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions owncloudApp/src/main/res/layout/sort_options_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="@dimen/standard_half_padding"
android:theme="@style/focus_primary_color_style"
app:layout_constraintEnd_toStartOf="@id/view_type_selector"
app:layout_constraintHorizontal_chainStyle="spread_inside"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -51,6 +52,7 @@
android:src="@drawable/ic_baseline_view_list"
android:tint="@color/white"
android:contentDescription="@string/content_description_type_view"
android:theme="@style/focus_primary_color_style"
app:layout_constraintBottom_toBottomOf="@id/sort_type_selector"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/sort_type_selector"
Expand Down
3 changes: 2 additions & 1 deletion owncloudApp/src/main/res/layout/spaces_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:orientation="vertical">
android:orientation="vertical"
android:theme="@style/focus_secondary_color_style">

<androidx.cardview.widget.CardView
android:id="@+id/spaces_list_item_card"
Expand Down

0 comments on commit 5e82d46

Please sign in to comment.