Skip to content

Commit

Permalink
Set category and tag chips' elevation to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Jul 8, 2024
1 parent 2ea9c5a commit 7ba76da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/chip_category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clickable="false"
android:elevation="0dp"
android:ellipsize="end"
android:textColor="@color/chip_category_text"
app:checkedIconTint="@color/chip_category_text"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/chip_tag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clickable="false"
android:elevation="0dp"
android:ellipsize="end"
android:textColor="@color/chip_tag_text"
app:checkedIconTint="@color/chip_tag_text"
Expand Down

0 comments on commit 7ba76da

Please sign in to comment.