From dc8d1e961dffdac56def367d127d0a849891d497 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Sun, 7 Jun 2015 00:05:36 +0200 Subject: [PATCH] Fix position of progress bar --- app/src/main/res/layout/device_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/device_item.xml b/app/src/main/res/layout/device_item.xml index eee5a4426..0227f0791 100644 --- a/app/src/main/res/layout/device_item.xml +++ b/app/src/main/res/layout/device_item.xml @@ -35,7 +35,7 @@ android:id="@+id/device_busy_indicator" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignEnd="@+id/device_info" + android:layout_alignParentEnd="true" android:indeterminate="true" />