Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid-Development <david-dev@live.de>2021-10-02 09:53:45 +0300
committerDavid Luhmer <david-dev@live.de>2021-10-02 09:53:45 +0300
commit07e30263822da44d01a99b47285803fd2013b602 (patch)
tree47a771598d294479bb298c31958881d2c1ae0a66 /News-Android-App/src/main/res/layout
parent0ca876063dd106efd7074c3ae19a23b678cd41a7 (diff)
fix lint
Signed-off-by: David Luhmer <david-dev@live.de>
Diffstat (limited to 'News-Android-App/src/main/res/layout')
-rw-r--r--News-Android-App/src/main/res/layout/subscription_list_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/News-Android-App/src/main/res/layout/subscription_list_item.xml b/News-Android-App/src/main/res/layout/subscription_list_item.xml
index 31bd3bd7..0ba0ecd6 100644
--- a/News-Android-App/src/main/res/layout/subscription_list_item.xml
+++ b/News-Android-App/src/main/res/layout/subscription_list_item.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/list_item_layout"
android:layout_width="fill_parent"
android:layout_height="@dimen/exp_listview_row_height"
@@ -20,7 +21,7 @@
android:focusable="true"
android:background="?attr/selectableItemBackgroundBorderless"
android:padding="12dp"
- android:tint="?attr/tintColor"
+ app:tint="?attr/tintColor"
android:contentDescription="@string/content_desc_expand"/>
<ImageView
android:id="@+id/img_view_favicon"