1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2018 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:layout_width="match_parent" 19 android:layout_height="wrap_content"> 20 21 <TextView 22 android:layout_width="match_parent" 23 android:layout_height="wrap_content" 24 android:fontFamily="@font/fullfamily" 25 android:id="@+id/textView_weight100_upright" 26 android:textFontWeight="100" /> 27 <TextView 28 android:layout_width="match_parent" 29 android:layout_height="wrap_content" 30 android:fontFamily="@font/fullfamily" 31 android:id="@+id/textView_weight100_italic" 32 android:textFontWeight="100" 33 android:textStyle="italic" /> 34 <TextView 35 android:layout_width="match_parent" 36 android:layout_height="wrap_content" 37 android:fontFamily="@font/fullfamily" 38 android:id="@+id/textAppearance_weight100_upright" 39 android:textAppearance="@style/TextAppearance.Weight100Upright" /> 40 <TextView 41 android:layout_width="match_parent" 42 android:layout_height="wrap_content" 43 android:fontFamily="@font/fullfamily" 44 android:id="@+id/textAppearance_weight100_italic" 45 android:textAppearance="@style/TextAppearance.Weight100Italic" /> 46 47 <TextView 48 android:layout_width="match_parent" 49 android:layout_height="wrap_content" 50 android:fontFamily="@font/fullfamily" 51 android:id="@+id/textView_weight200_upright" 52 android:textFontWeight="200" /> 53 <TextView 54 android:layout_width="match_parent" 55 android:layout_height="wrap_content" 56 android:fontFamily="@font/fullfamily" 57 android:id="@+id/textView_weight200_italic" 58 android:textFontWeight="200" 59 android:textStyle="italic" /> 60 <TextView 61 android:layout_width="match_parent" 62 android:layout_height="wrap_content" 63 android:fontFamily="@font/fullfamily" 64 android:id="@+id/textAppearance_weight200_upright" 65 android:textAppearance="@style/TextAppearance.Weight200Upright" /> 66 <TextView 67 android:layout_width="match_parent" 68 android:layout_height="wrap_content" 69 android:fontFamily="@font/fullfamily" 70 android:id="@+id/textAppearance_weight200_italic" 71 android:textAppearance="@style/TextAppearance.Weight200Italic" /> 72 73 <TextView 74 android:layout_width="match_parent" 75 android:layout_height="wrap_content" 76 android:fontFamily="@font/fullfamily" 77 android:id="@+id/textView_weight300_upright" 78 android:textFontWeight="300" /> 79 <TextView 80 android:layout_width="match_parent" 81 android:layout_height="wrap_content" 82 android:fontFamily="@font/fullfamily" 83 android:id="@+id/textView_weight300_italic" 84 android:textFontWeight="300" 85 android:textStyle="italic" /> 86 <TextView 87 android:layout_width="match_parent" 88 android:layout_height="wrap_content" 89 android:fontFamily="@font/fullfamily" 90 android:id="@+id/textAppearance_weight300_upright" 91 android:textAppearance="@style/TextAppearance.Weight300Upright" /> 92 <TextView 93 android:layout_width="match_parent" 94 android:layout_height="wrap_content" 95 android:fontFamily="@font/fullfamily" 96 android:id="@+id/textAppearance_weight300_italic" 97 android:textAppearance="@style/TextAppearance.Weight300Italic" /> 98 99 <TextView 100 android:layout_width="match_parent" 101 android:layout_height="wrap_content" 102 android:fontFamily="@font/fullfamily" 103 android:id="@+id/textView_weight400_upright" 104 android:textFontWeight="400" /> 105 <TextView 106 android:layout_width="match_parent" 107 android:layout_height="wrap_content" 108 android:fontFamily="@font/fullfamily" 109 android:id="@+id/textView_weight400_italic" 110 android:textFontWeight="400" 111 android:textStyle="italic" /> 112 <TextView 113 android:layout_width="match_parent" 114 android:layout_height="wrap_content" 115 android:fontFamily="@font/fullfamily" 116 android:id="@+id/textAppearance_weight400_upright" 117 android:textAppearance="@style/TextAppearance.Weight400Upright" /> 118 <TextView 119 android:layout_width="match_parent" 120 android:layout_height="wrap_content" 121 android:fontFamily="@font/fullfamily" 122 android:id="@+id/textAppearance_weight400_italic" 123 android:textAppearance="@style/TextAppearance.Weight400Italic" /> 124 125 <TextView 126 android:layout_width="match_parent" 127 android:layout_height="wrap_content" 128 android:fontFamily="@font/fullfamily" 129 android:id="@+id/textView_weight500_upright" 130 android:textFontWeight="500" /> 131 <TextView 132 android:layout_width="match_parent" 133 android:layout_height="wrap_content" 134 android:fontFamily="@font/fullfamily" 135 android:id="@+id/textView_weight500_italic" 136 android:textFontWeight="500" 137 android:textStyle="italic" /> 138 <TextView 139 android:layout_width="match_parent" 140 android:layout_height="wrap_content" 141 android:fontFamily="@font/fullfamily" 142 android:id="@+id/textAppearance_weight500_upright" 143 android:textAppearance="@style/TextAppearance.Weight500Upright" /> 144 <TextView 145 android:layout_width="match_parent" 146 android:layout_height="wrap_content" 147 android:fontFamily="@font/fullfamily" 148 android:id="@+id/textAppearance_weight500_italic" 149 android:textAppearance="@style/TextAppearance.Weight500Italic" /> 150 151 <TextView 152 android:layout_width="match_parent" 153 android:layout_height="wrap_content" 154 android:fontFamily="@font/fullfamily" 155 android:id="@+id/textView_weight600_upright" 156 android:textFontWeight="600" /> 157 <TextView 158 android:layout_width="match_parent" 159 android:layout_height="wrap_content" 160 android:fontFamily="@font/fullfamily" 161 android:id="@+id/textView_weight600_italic" 162 android:textFontWeight="600" 163 android:textStyle="italic" /> 164 <TextView 165 android:layout_width="match_parent" 166 android:layout_height="wrap_content" 167 android:fontFamily="@font/fullfamily" 168 android:id="@+id/textAppearance_weight600_upright" 169 android:textAppearance="@style/TextAppearance.Weight600Upright" /> 170 <TextView 171 android:layout_width="match_parent" 172 android:layout_height="wrap_content" 173 android:fontFamily="@font/fullfamily" 174 android:id="@+id/textAppearance_weight600_italic" 175 android:textAppearance="@style/TextAppearance.Weight600Italic" /> 176 177 <TextView 178 android:layout_width="match_parent" 179 android:layout_height="wrap_content" 180 android:fontFamily="@font/fullfamily" 181 android:id="@+id/textView_weight700_upright" 182 android:textFontWeight="700" /> 183 <TextView 184 android:layout_width="match_parent" 185 android:layout_height="wrap_content" 186 android:fontFamily="@font/fullfamily" 187 android:id="@+id/textView_weight700_italic" 188 android:textFontWeight="700" 189 android:textStyle="italic" /> 190 <TextView 191 android:layout_width="match_parent" 192 android:layout_height="wrap_content" 193 android:fontFamily="@font/fullfamily" 194 android:id="@+id/textAppearance_weight700_upright" 195 android:textAppearance="@style/TextAppearance.Weight700Upright" /> 196 <TextView 197 android:layout_width="match_parent" 198 android:layout_height="wrap_content" 199 android:fontFamily="@font/fullfamily" 200 android:id="@+id/textAppearance_weight700_italic" 201 android:textAppearance="@style/TextAppearance.Weight700Italic" /> 202 203 <TextView 204 android:layout_width="match_parent" 205 android:layout_height="wrap_content" 206 android:fontFamily="@font/fullfamily" 207 android:id="@+id/textView_weight800_upright" 208 android:textFontWeight="800" /> 209 <TextView 210 android:layout_width="match_parent" 211 android:layout_height="wrap_content" 212 android:fontFamily="@font/fullfamily" 213 android:id="@+id/textView_weight800_italic" 214 android:textFontWeight="800" 215 android:textStyle="italic" /> 216 <TextView 217 android:layout_width="match_parent" 218 android:layout_height="wrap_content" 219 android:fontFamily="@font/fullfamily" 220 android:id="@+id/textAppearance_weight800_upright" 221 android:textAppearance="@style/TextAppearance.Weight800Upright" /> 222 <TextView 223 android:layout_width="match_parent" 224 android:layout_height="wrap_content" 225 android:fontFamily="@font/fullfamily" 226 android:id="@+id/textAppearance_weight800_italic" 227 android:textAppearance="@style/TextAppearance.Weight800Italic" /> 228 229 <TextView 230 android:layout_width="match_parent" 231 android:layout_height="wrap_content" 232 android:fontFamily="@font/fullfamily" 233 android:id="@+id/textView_weight900_upright" 234 android:textFontWeight="900" /> 235 <TextView 236 android:layout_width="match_parent" 237 android:layout_height="wrap_content" 238 android:fontFamily="@font/fullfamily" 239 android:id="@+id/textView_weight900_italic" 240 android:textFontWeight="900" 241 android:textStyle="italic" /> 242 <TextView 243 android:layout_width="match_parent" 244 android:layout_height="wrap_content" 245 android:fontFamily="@font/fullfamily" 246 android:id="@+id/textAppearance_weight900_upright" 247 android:textAppearance="@style/TextAppearance.Weight900Upright" /> 248 <TextView 249 android:layout_width="match_parent" 250 android:layout_height="wrap_content" 251 android:fontFamily="@font/fullfamily" 252 android:id="@+id/textAppearance_weight900_italic" 253 android:textAppearance="@style/TextAppearance.Weight900Italic" /> 254 255 <TextView 256 android:layout_width="match_parent" 257 android:layout_height="wrap_content" 258 android:fontFamily="@font/fullfamily" 259 android:id="@+id/textView_normal" 260 android:textStyle="normal" /> 261 <TextView 262 android:layout_width="match_parent" 263 android:layout_height="wrap_content" 264 android:fontFamily="@font/fullfamily" 265 android:id="@+id/textAppearance_normal" 266 android:textAppearance="@style/TextAppearance.Normal" /> 267 <TextView 268 android:layout_width="match_parent" 269 android:layout_height="wrap_content" 270 android:fontFamily="@font/fullfamily" 271 android:id="@+id/textView_bold" 272 android:textStyle="bold" /> 273 <TextView 274 android:layout_width="match_parent" 275 android:layout_height="wrap_content" 276 android:fontFamily="@font/fullfamily" 277 android:id="@+id/textAppearance_bold" 278 android:textAppearance="@style/TextAppearance.Bold" /> 279 <TextView 280 android:layout_width="match_parent" 281 android:layout_height="wrap_content" 282 android:fontFamily="@font/fullfamily" 283 android:id="@+id/textView_italic" 284 android:textStyle="italic" /> 285 <TextView 286 android:layout_width="match_parent" 287 android:layout_height="wrap_content" 288 android:fontFamily="@font/fullfamily" 289 android:id="@+id/textAppearance_italic" 290 android:textAppearance="@style/TextAppearance.Italic" /> 291 <TextView 292 android:layout_width="match_parent" 293 android:layout_height="wrap_content" 294 android:fontFamily="@font/fullfamily" 295 android:id="@+id/textView_bold_italic" 296 android:textStyle="bold|italic" /> 297 <TextView 298 android:layout_width="match_parent" 299 android:layout_height="wrap_content" 300 android:fontFamily="@font/fullfamily" 301 android:id="@+id/textAppearance_bold_italic" 302 android:textAppearance="@style/TextAppearance.BoldItalic" /> 303 304 <TextView 305 android:layout_width="match_parent" 306 android:layout_height="wrap_content" 307 android:fontFamily="@font/fullfamily" 308 android:id="@+id/textView_weight100_bold" 309 android:textFontWeight="100" 310 android:textStyle="bold" /> 311 <TextView 312 android:layout_width="match_parent" 313 android:layout_height="wrap_content" 314 android:fontFamily="@font/fullfamily" 315 android:id="@+id/textAppearance_weight100_bold" 316 android:textAppearance="@style/TextAppearance.Weight100Bold" /> 317 </LinearLayout> 318