1<!-- 2 ~ Copyright (C) 2021 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License. 15 --> 16 17<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 18 android:id="@+id/container" 19 android:layout_width="match_parent" 20 android:layout_height="match_parent" 21 android:orientation="vertical"> 22 <LinearLayout 23 android:layout_width="match_parent" 24 android:layout_height="70dp" 25 android:gravity="center" 26 android:orientation="horizontal"> 27 <TextView 28 android:layout_width="wrap_content" 29 android:layout_height="wrap_content" 30 android:text="SampleItem" /> 31 </LinearLayout> 32 33 <LinearLayout 34 android:layout_width="match_parent" 35 android:layout_height="70dp" 36 android:gravity="center" 37 android:orientation="horizontal"> 38 <TextView 39 android:layout_width="wrap_content" 40 android:layout_height="wrap_content" 41 android:text="SampleItem" /> 42 </LinearLayout> 43 44 <LinearLayout 45 android:layout_width="match_parent" 46 android:layout_height="70dp" 47 android:gravity="center" 48 android:orientation="horizontal"> 49 <TextView 50 android:layout_width="wrap_content" 51 android:layout_height="wrap_content" 52 android:text="SampleItem" /> 53 </LinearLayout> 54 55 <LinearLayout 56 android:layout_width="match_parent" 57 android:layout_height="70dp" 58 android:gravity="center" 59 android:orientation="horizontal"> 60 <TextView 61 android:layout_width="wrap_content" 62 android:layout_height="wrap_content" 63 android:text="SampleItem" /> 64 </LinearLayout> 65 66 <LinearLayout 67 android:layout_width="match_parent" 68 android:layout_height="70dp" 69 android:gravity="center" 70 android:orientation="horizontal"> 71 <TextView 72 android:layout_width="wrap_content" 73 android:layout_height="wrap_content" 74 android:text="SampleItem" /> 75 </LinearLayout> 76 77 <LinearLayout 78 android:layout_width="match_parent" 79 android:layout_height="70dp" 80 android:gravity="center" 81 android:orientation="horizontal"> 82 <TextView 83 android:layout_width="wrap_content" 84 android:layout_height="wrap_content" 85 android:text="SampleItem" /> 86 </LinearLayout> 87 88 <LinearLayout 89 android:layout_width="match_parent" 90 android:layout_height="70dp" 91 android:gravity="center" 92 android:orientation="horizontal"> 93 <TextView 94 android:layout_width="wrap_content" 95 android:layout_height="wrap_content" 96 android:text="SampleItem" /> 97 </LinearLayout> 98 99 <LinearLayout 100 android:layout_width="match_parent" 101 android:layout_height="70dp" 102 android:gravity="center" 103 android:orientation="horizontal"> 104 <TextView 105 android:layout_width="wrap_content" 106 android:layout_height="wrap_content" 107 android:text="SampleItem" /> 108 </LinearLayout> 109</LinearLayout> 110