Skip to content

Commit

Permalink
Remove colored view element with 1px height from playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingOwl authored and paroj committed Apr 14, 2024
1 parent 71cc7aa commit 79584c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/res/layout/download_playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1">

<View
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="?attr/colorPrimary"/>

<TextView
android:id="@+id/download_empty"
Expand Down

0 comments on commit 79584c4

Please sign in to comment.