Browse Source

Removed duplicate background

master
Anthony Restaino 8 years ago
parent
commit
8c4e5f50b6
  1. 1
      app/src/main/res/layout/bookmark_list_item.xml

1
app/src/main/res/layout/bookmark_list_item.xml

@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="56dp"
android:background="?attr/selectedBackground"
android:gravity="center_vertical"
android:orientation="horizontal" >

Loading…
Cancel
Save