That fuck shit the fascists are using
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools"
4 tools:viewBindingIgnore="true"
5 android:layout_width="match_parent"
6 android:layout_height="wrap_content"
7 android:orientation="vertical">
8
9 <View
10 android:layout_width="match_parent"
11 android:layout_height="64dp"
12 android:layout_marginStart="@dimen/dsl_settings_gutter"
13 android:layout_marginTop="10dp"
14 android:layout_marginEnd="@dimen/dsl_settings_gutter"
15 android:background="@drawable/subscription_loading_preference_background" />
16
17 <View
18 android:layout_width="match_parent"
19 android:layout_height="64dp"
20 android:layout_marginStart="@dimen/dsl_settings_gutter"
21 android:layout_marginTop="10dp"
22 android:layout_marginEnd="@dimen/dsl_settings_gutter"
23 android:background="@drawable/subscription_loading_preference_background" />
24
25 <View
26 android:layout_width="match_parent"
27 android:layout_height="64dp"
28 android:layout_marginStart="@dimen/dsl_settings_gutter"
29 android:layout_marginTop="10dp"
30 android:layout_marginEnd="@dimen/dsl_settings_gutter"
31 android:background="@drawable/subscription_loading_preference_background" />
32
33</LinearLayout>