diff options
author | pachecosf <austinwim@gmail.com> | 2019-01-23 05:22:39 -0800 |
---|---|---|
committer | pachecosf <austinwim@gmail.com> | 2019-01-23 05:22:39 -0800 |
commit | e0d6d35ca5cbfddf91dfb1e2bdda28df5d514f38 (patch) | |
tree | 05981173a52070d0f7dc19672a67bbd2efc7d579 | |
parent | 8cb4cb16a5a32867a9cf14acc334ee597ebd8d0b (diff) | |
download | AntennaPod-e0d6d35ca5cbfddf91dfb1e2bdda28df5d514f38.zip |
moved closing backet up one line
-rw-r--r-- | app/src/main/res/layout/nav_feedlistitem.xml | 3 |
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" |