1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2024 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17 18<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 19 android:layout_width="match_parent" 20 android:layout_height="match_parent"> 21 22 <LinearLayout 23 android:layout_width="match_parent" 24 android:layout_height="match_parent" 25 android:orientation="vertical"> 26 27 <TextView 28 android:layout_width="wrap_content" 29 android:layout_height="wrap_content" 30 android:padding="8dp" 31 android:textSize="24dp" 32 android:text="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" /> 33 34 <TextView 35 android:layout_width="wrap_content" 36 android:layout_height="wrap_content" 37 android:padding="8dp" 38 android:textSize="24dp" 39 android:text="wowwowwowwowwowwowwowwowwowwowwowwowwowwowwow" /> 40 41 <TextView 42 android:layout_width="wrap_content" 43 android:layout_height="wrap_content" 44 android:padding="8dp" 45 android:textSize="24dp" 46 android:text="I'm a little teapot" /> 47 48 <TextView 49 android:layout_width="wrap_content" 50 android:layout_height="wrap_content" 51 android:padding="8dp" 52 android:textSize="24dp" 53 android:text="Something. Something." /> 54 55 <TextView 56 android:layout_width="wrap_content" 57 android:layout_height="wrap_content" 58 android:padding="8dp" 59 android:textSize="24dp" 60 android:text="/\\/\\/\\/\\/\\/\\/\\/\\/\\/" /> 61 62 <TextView 63 android:layout_width="wrap_content" 64 android:layout_height="wrap_content" 65 android:padding="8dp" 66 android:textSize="24dp" 67 android:text="^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^" /> 68 69 <TextView 70 android:layout_width="wrap_content" 71 android:layout_height="wrap_content" 72 android:padding="8dp" 73 android:textSize="24dp" 74 android:text="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" /> 75 76 <TextView 77 android:layout_width="wrap_content" 78 android:layout_height="wrap_content" 79 android:padding="8dp" 80 android:textSize="24dp" 81 android:text="wowwowwowwowwowwowwowwowwowwowwowwowwowwowwow" /> 82 83 <TextView 84 android:layout_width="wrap_content" 85 android:layout_height="wrap_content" 86 android:padding="8dp" 87 android:textSize="24dp" 88 android:text="I'm a little teapot" /> 89 90 <TextView 91 android:layout_width="wrap_content" 92 android:layout_height="wrap_content" 93 android:padding="8dp" 94 android:textSize="24dp" 95 android:text="Something. Something." /> 96 97 <TextView 98 android:layout_width="wrap_content" 99 android:layout_height="wrap_content" 100 android:padding="8dp" 101 android:textSize="24dp" 102 android:text="/\\/\\/\\/\\/\\/\\/\\/\\/\\/" /> 103 104 <TextView 105 android:layout_width="wrap_content" 106 android:layout_height="wrap_content" 107 android:padding="8dp" 108 android:textSize="24dp" 109 android:text="^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^" /> 110 111 </LinearLayout> 112 113 <ScrollView 114 android:layout_width="match_parent" 115 android:layout_height="match_parent"> 116 117 <LinearLayout 118 android:layout_width="match_parent" 119 android:layout_height="wrap_content" 120 android:orientation="vertical"> 121 122 <View 123 android:layout_width="match_parent" 124 android:layout_height="300dp" /> 125 126 <com.android.test.silkfx.materials.BlurBehindContainer 127 android:layout_width="wrap_content" 128 android:layout_height="wrap_content" 129 android:background="#33AAAAAA" 130 android:padding="32dp"> 131 132 <TextView 133 android:layout_width="wrap_content" 134 android:layout_height="wrap_content" 135 android:textSize="48dp" 136 android:text="Blur!" /> 137 138 </com.android.test.silkfx.materials.BlurBehindContainer> 139 140 <View 141 android:layout_width="match_parent" 142 android:layout_height="1024dp" /> 143 144 </LinearLayout> 145 146 </ScrollView> 147 148</FrameLayout>