Merge "Set IA background not transparent" into qt-dev

am: cab405d84d

Change-Id: Idc1778d2555b171ffe103f1ede2a28be27e21dfb
This commit is contained in:
Mill Chen
2019-04-10 20:47:04 -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>