Merge "Fix overlapping problem in display size screen." into qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-18 11:22:34 +00:00
committed by Android (Google) Code Review

View File

@@ -17,6 +17,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:clipToPadding="true"
android:clipChildren ="true"
android:orientation="horizontal"> android:orientation="horizontal">
<LinearLayout <LinearLayout