File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
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"
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
You can’t perform that action at this time.
0 commit comments