2021-11-10 11:37:10 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2021-11-10 11:37:10 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="match_parent"
|
2022-09-29 09:32:49 -03:00
|
|
|
android:layout_height="64dp"
|
2021-11-10 11:37:10 -04:00
|
|
|
android:layout_marginStart="@dimen/dsl_settings_gutter"
|
2022-09-29 09:32:49 -03:00
|
|
|
android:layout_marginTop="10dp"
|
2021-11-10 11:37:10 -04:00
|
|
|
android:layout_marginEnd="@dimen/dsl_settings_gutter"
|
|
|
|
android:background="@drawable/subscription_loading_preference_background" />
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="match_parent"
|
2022-09-29 09:32:49 -03:00
|
|
|
android:layout_height="64dp"
|
2021-11-10 11:37:10 -04:00
|
|
|
android:layout_marginStart="@dimen/dsl_settings_gutter"
|
2022-09-29 09:32:49 -03:00
|
|
|
android:layout_marginTop="10dp"
|
2021-11-10 11:37:10 -04:00
|
|
|
android:layout_marginEnd="@dimen/dsl_settings_gutter"
|
|
|
|
android:background="@drawable/subscription_loading_preference_background" />
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="match_parent"
|
2022-09-29 09:32:49 -03:00
|
|
|
android:layout_height="64dp"
|
2021-11-10 11:37:10 -04:00
|
|
|
android:layout_marginStart="@dimen/dsl_settings_gutter"
|
2022-09-29 09:32:49 -03:00
|
|
|
android:layout_marginTop="10dp"
|
2021-11-10 11:37:10 -04:00
|
|
|
android:layout_marginEnd="@dimen/dsl_settings_gutter"
|
|
|
|
android:background="@drawable/subscription_loading_preference_background" />
|
|
|
|
|
|
|
|
</LinearLayout>
|