summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/horizontal_itemlist_item.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/horizontal_itemlist_item.xml b/app/src/main/res/layout/horizontal_itemlist_item.xml
index bb45d0ca1..338409647 100644
--- a/app/src/main/res/layout/horizontal_itemlist_item.xml
+++ b/app/src/main/res/layout/horizontal_itemlist_item.xml
@@ -33,7 +33,6 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="#dddddd"
android:orientation="vertical">
<FrameLayout
@@ -87,7 +86,7 @@
android:layout_gravity="bottom"
android:max="100"
style="?attr/progressBarTheme"
- tools:background="@android:color/holo_blue_light" />
+ tools:progress="50" />
</LinearLayout>