Fix loading bar positioning.

am: 76bf8eb3d6

Change-Id: Ibf167360200be9969c1c725d84e4b9b9e442f553
This commit is contained in:
Jason Monk
2016-12-12 20:31:56 +00:00
committed by android-build-merger

View File

@@ -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"
/>
<com.android.systemui.qs.NonInterceptingScrollView