Skip to content

Commit ca55a28

Browse files
committed
Minor cleanup
1 parent 7bace94 commit ca55a28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
app:layout_constraintStart_toStartOf="parent"
1919
app:layout_constraintTop_toTopOf="parent" />
2020

21-
<!-- LOADING INDICATOR-->
22-
2321
<androidx.recyclerview.widget.RecyclerView
2422
android:id="@+id/instances"
2523
android:layout_width="match_parent"

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
tools:ignore="ContentDescription,RtlHardcoded"
2929
tools:src="@drawable/ic_placeholder_peertube" />
3030

31-
<TextView
31+
<org.schabi.newpipe.views.NewPipeTextView
3232
android:id="@+id/instanceName"
3333
android:layout_width="match_parent"
3434
android:layout_height="wrap_content"
@@ -39,10 +39,11 @@
3939
android:ellipsize="marquee"
4040
android:singleLine="true"
4141
android:textAppearance="?textAppearanceListItem"
42+
android:textIsSelectable="true"
4243
tools:ignore="RtlHardcoded"
4344
tools:text="Framatube" />
4445

45-
<TextView
46+
<org.schabi.newpipe.views.NewPipeTextView
4647
android:id="@+id/instanceUrl"
4748
android:layout_width="match_parent"
4849
android:layout_height="wrap_content"
@@ -55,6 +56,7 @@
5556
android:ellipsize="marquee"
5657
android:singleLine="true"
5758
android:textAppearance="?textAppearanceListItemSecondary"
59+
android:textIsSelectable="true"
5860
tools:ignore="RtlHardcoded"
5961
tools:text="https://framatube.org" />
6062

0 commit comments

Comments
 (0)