mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-23 11:45:11 +00:00
removed unused tag
This commit is contained in:
parent
c49cc0b119
commit
7ac27600b5
1 changed files with 8 additions and 18 deletions
|
@ -11,24 +11,14 @@
|
||||||
app:contentPaddingRight="8dp"
|
app:contentPaddingRight="8dp"
|
||||||
app:contentPaddingLeft="8dp">
|
app:contentPaddingLeft="8dp">
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<TextView
|
||||||
|
android:id="@+id/network_errortxt"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/network_error"
|
||||||
<TextView
|
android:fontFamily="@font/exo_semibold"
|
||||||
android:id="@+id/network_errortxt"
|
android:textColor="?attr/colorError"
|
||||||
android:layout_width="match_parent"
|
android:textSize="18sp"
|
||||||
android:layout_height="wrap_content"
|
android:gravity="center" />
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
|
||||||
android:text="@string/network_error"
|
|
||||||
android:fontFamily="@font/exo_semibold"
|
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
|
||||||
android:textColor="?attr/colorError"
|
|
||||||
android:textSize="18sp"
|
|
||||||
android:gravity="center" />
|
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
||||||
|
|
||||||
</com.vanced.manager.ui.core.SlidingCardView>
|
</com.vanced.manager.ui.core.SlidingCardView>
|
Loading…
Reference in a new issue