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

This commit is contained in:
TreeHugger Robot
2019-04-11 00:41:33 +00:00
committed by Android (Google) Code Review

View File

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