summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_item.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index f730c1c2b..e6c1d1dfa 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -116,8 +116,7 @@
android:layout_width="14sp"
android:layout_height="14sp"
android:contentDescription="@string/is_inbox_label"
- app:srcCompat="@drawable/ic_inbox"
- app:tint="?attr/colorAccent" />
+ app:srcCompat="@drawable/ic_inbox" />
<ImageView
android:id="@+id/ivIsVideo"
@@ -221,7 +220,7 @@
android:layout_weight="1"
android:max="100"
android:layout_margin="4dp"
- style="?attr/progressBarTheme"
+ style="?android:attr/progressBarStyleHorizontal"
tools:background="@android:color/holo_blue_light" />
<TextView