removed unused tag

This commit is contained in:
X1nto 2020-05-11 00:10:38 +04:00
parent c49cc0b119
commit 7ac27600b5
1 changed files with 8 additions and 18 deletions

View File

@ -11,24 +11,14 @@
app:contentPaddingRight="8dp"
app:contentPaddingLeft="8dp">
<androidx.constraintlayout.widget.ConstraintLayout
<TextView
android:id="@+id/network_errortxt"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/network_errortxt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
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>
android:layout_height="wrap_content"
android:text="@string/network_error"
android:fontFamily="@font/exo_semibold"
android:textColor="?attr/colorError"
android:textSize="18sp"
android:gravity="center" />
</com.vanced.manager.ui.core.SlidingCardView>