From 76bf8eb3d64b9e527622bb0fc18063998b19298d Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Mon, 12 Dec 2016 13:07:50 -0500 Subject: [PATCH] Fix loading bar positioning. Move it down and make sure it covers entire width. Change-Id: If906ea86ae1e78b7a75e2376c65f0ff0e191b86c Fixes: 30292983 Test: Manual visual inspection of UI element locations --- packages/SystemUI/res/layout/qs_detail.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/res/layout/qs_detail.xml b/packages/SystemUI/res/layout/qs_detail.xml index 967db261fab10..50ee64a321b84 100644 --- a/packages/SystemUI/res/layout/qs_detail.xml +++ b/packages/SystemUI/res/layout/qs_detail.xml @@ -42,6 +42,8 @@ android:background="@color/qs_detail_progress_track" android:layout_width="match_parent" android:layout_height="wrap_content" + android:scaleType="fitXY" + android:translationY="8dp" />