Merge "Set IA background not transparent" into qt-dev am: cab405d84d

am: d059b0ad2d

Change-Id: Ifbd9cb117c9a0982b0c9104ac694e5ed10e97001
This commit is contained in:
Mill Chen
2019-04-11 00:50:28 -07:00
committed by android-build-merger

View File

@@ -46,7 +46,8 @@
android:id="@+id/main_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="true"/>
android:animateLayoutChanges="true"
android:background="?android:attr/windowBackground"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>