Merge "Quick Settings: Avoid expand indicators shortly showing on edit"

am: 47c83a5f9d

Change-Id: Id07c6a9413fb3f647d8ead5a77012800ce5b1bc8
This commit is contained in:
Adrian DC
2017-10-30 15:42:14 +00:00
committed by android-build-merger

View File

@@ -63,7 +63,8 @@
android:layout_width="18dp"
android:layout_height="match_parent"
android:src="@drawable/qs_dual_tile_caret"
android:tint="?android:attr/textColorPrimary" />
android:tint="?android:attr/textColorPrimary"
android:visibility="gone" />
</LinearLayout>
<TextView