That fuck shit the fascists are using
1<?xml version="1.0" encoding="utf-8"?>
2<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools"
4 tools:viewBindingIgnore="true"
5 xmlns:app="http://schemas.android.com/apk/res-auto"
6 android:layout_width="match_parent"
7 android:layout_height="wrap_content"
8 android:layout_marginStart="@dimen/dsl_settings_gutter"
9 android:layout_marginTop="10dp"
10 android:layout_marginEnd="@dimen/dsl_settings_gutter"
11 android:alpha="0.8">
12
13 <View
14 android:id="@+id/boost_1"
15 android:layout_width="0dp"
16 android:layout_height="58sp"
17 android:background="@drawable/boost_loading_preference_background"
18 app:layout_constraintEnd_toStartOf="@id/boost_2"
19 app:layout_constraintStart_toStartOf="parent"
20 app:layout_constraintTop_toTopOf="parent" />
21
22 <View
23 android:id="@+id/boost_2"
24 android:layout_width="0dp"
25 android:layout_height="58sp"
26 android:layout_marginStart="20dp"
27 android:layout_marginEnd="20dp"
28 android:background="@drawable/boost_loading_preference_background"
29 app:layout_constraintEnd_toStartOf="@id/boost_3"
30 app:layout_constraintStart_toEndOf="@id/boost_1"
31 app:layout_constraintTop_toTopOf="parent" />
32
33 <View
34 android:id="@+id/boost_3"
35 android:layout_width="0dp"
36 android:layout_height="58sp"
37 android:background="@drawable/boost_loading_preference_background"
38 app:layout_constraintEnd_toEndOf="parent"
39 app:layout_constraintStart_toEndOf="@id/boost_2"
40 app:layout_constraintTop_toTopOf="parent" />
41
42 <View
43 android:id="@+id/boost_4"
44 android:layout_width="0dp"
45 android:layout_height="58sp"
46 android:layout_marginTop="24dp"
47 android:background="@drawable/boost_loading_preference_background"
48 app:layout_constraintEnd_toStartOf="@id/boost_5"
49 app:layout_constraintStart_toStartOf="parent"
50 app:layout_constraintTop_toBottomOf="@id/boost_1" />
51
52 <View
53 android:id="@+id/boost_5"
54 android:layout_width="0dp"
55 android:layout_height="58sp"
56 android:layout_marginStart="20dp"
57 android:layout_marginTop="24dp"
58 android:layout_marginEnd="20dp"
59 android:background="@drawable/boost_loading_preference_background"
60 app:layout_constraintEnd_toStartOf="@id/boost_6"
61 app:layout_constraintStart_toEndOf="@id/boost_4"
62 app:layout_constraintTop_toBottomOf="@id/boost_2" />
63
64 <View
65 android:id="@+id/boost_6"
66 android:layout_width="0dp"
67 android:layout_height="58sp"
68 android:layout_marginTop="24dp"
69 android:background="@drawable/boost_loading_preference_background"
70 app:layout_constraintEnd_toEndOf="parent"
71 app:layout_constraintStart_toEndOf="@id/boost_5"
72 app:layout_constraintTop_toBottomOf="@id/boost_3" />
73
74 <View
75 android:id="@+id/boost_custom"
76 android:layout_width="0dp"
77 android:layout_height="58sp"
78 android:layout_marginTop="24dp"
79 android:background="@drawable/boost_loading_preference_background"
80 app:layout_constraintEnd_toEndOf="parent"
81 app:layout_constraintStart_toStartOf="parent"
82 app:layout_constraintTop_toBottomOf="@id/boost_4" />
83
84
85</androidx.constraintlayout.widget.ConstraintLayout>