Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 5cd0c24

Browse files
committed
💬 Reformatted code
1 parent cc36801 commit 5cd0c24

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

app/src/main/res/layout/fragment_player.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:app="http://schemas.android.com/apk/res-auto">
55
<data>
6-
<import type="androidx.lifecycle.LiveData" />
6+
<import type="androidx.lifecycle.LiveData"/>
77

8-
<variable name="retryCallback" type="de.markhaehnel.rbtv.rocketbeanstv.ui.common.RetryCallback" />
8+
<variable name="retryCallback" type="de.markhaehnel.rbtv.rocketbeanstv.ui.common.RetryCallback"/>
99
<variable name="isChatVisible" type="LiveData&lt;Boolean>"/>
1010

1111
</data>

app/src/main/res/layout/fragment_schedule.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
xmlns:app="http://schemas.android.com/apk/res-auto"
55
xmlns:tools="http://schemas.android.com/tools">
66
<data>
7-
<import type="androidx.lifecycle.LiveData" />
8-
<import type="de.markhaehnel.rbtv.rocketbeanstv.vo.Resource" />
9-
<import type="de.markhaehnel.rbtv.rocketbeanstv.vo.Schedule" />
7+
<import type="androidx.lifecycle.LiveData"/>
8+
<import type="de.markhaehnel.rbtv.rocketbeanstv.vo.Resource"/>
9+
<import type="de.markhaehnel.rbtv.rocketbeanstv.vo.Schedule"/>
1010

1111
<variable
1212
name="retryCallback"
13-
type="de.markhaehnel.rbtv.rocketbeanstv.ui.common.RetryCallback" />
13+
type="de.markhaehnel.rbtv.rocketbeanstv.ui.common.RetryCallback"/>
1414
<variable
1515
name="schedule"
16-
type="LiveData&lt;Resource&lt;Schedule>>" />
16+
type="LiveData&lt;Resource&lt;Schedule>>"/>
1717
</data>
1818

1919
<androidx.constraintlayout.widget.ConstraintLayout
@@ -28,7 +28,7 @@
2828
app:layout_constraintTop_toTopOf="parent"
2929
app:layout_constraintBottom_toBottomOf="parent"
3030
app:layout_constraintStart_toStartOf="parent"
31-
tools:listitem="@layout/schedule_item" />
31+
tools:listitem="@layout/schedule_item"/>
3232

3333
<include
3434
layout="@layout/loading_state"
@@ -43,7 +43,7 @@
4343
app:layout_constraintBottom_toBottomOf="parent"
4444
android:layout_marginBottom="8dp"
4545
android:layout_marginTop="8dp"
46-
app:layout_constraintTop_toTopOf="parent" />
46+
app:layout_constraintTop_toTopOf="parent"/>
4747
</androidx.constraintlayout.widget.ConstraintLayout>
4848

4949
</layout>

0 commit comments

Comments
 (0)