summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpachecosf <austinwim@gmail.com>2019-01-23 05:22:39 -0800
committerpachecosf <austinwim@gmail.com>2019-01-23 05:22:39 -0800
commite0d6d35ca5cbfddf91dfb1e2bdda28df5d514f38 (patch)
tree05981173a52070d0f7dc19672a67bbd2efc7d579
parent8cb4cb16a5a32867a9cf14acc334ee597ebd8d0b (diff)
downloadAntennaPod-e0d6d35ca5cbfddf91dfb1e2bdda28df5d514f38.zip
moved closing backet up one line
-rw-r--r--app/src/main/res/layout/nav_feedlistitem.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/nav_feedlistitem.xml b/app/src/main/res/layout/nav_feedlistitem.xml
index bc13abd5f..73d07bc57 100644
--- a/app/src/main/res/layout/nav_feedlistitem.xml
+++ b/app/src/main/res/layout/nav_feedlistitem.xml
@@ -6,8 +6,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/listitem_iconwithtext_height"
tools:background="@android:color/darker_gray"
- android:foreground="?attr/selectableItemBackground"
- >
+ android:foreground="?attr/selectableItemBackground">
<ImageView
android:id="@+id/imgvCover"