Skip to content

Commit

Permalink
Update item_pressed_background.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikh-Abdul-Aziz authored Jul 31, 2024
1 parent 3a30f82 commit dcf63ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions filetree/src/main/res/drawable/item_pressed_background.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="?attr/colorSecondaryContainer" />
<corners
android:radius="4dp" />
<corners android:radius="4dp" />
</shape>

0 comments on commit dcf63ef

Please sign in to comment.