Sha256: 8a5c51ee74e3158e9b15c6c9527be83205c0cf0f1a84917c59c2b304ff2d7e5c
Contents?: true
Size: 1.32 KB
Versions: 24
Compression:
Stored size: 1.32 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="?android:colorBackground"> <com.google.android.material.textview.MaterialTextView android:id="@+id/error_message" style="?textAppearanceHeadline6" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" android:text="Error loading page" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias=".40" /> <com.google.android.material.textview.MaterialTextView style="?textAppearanceCaption" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:gravity="center_horizontal" android:text="Pull-to-refresh to try again" app:layout_constraintTop_toBottomOf="@id/error_message" tools:layout_editor_absoluteX="24dp" /> </androidx.constraintlayout.widget.ConstraintLayout>
Version data entries
24 entries across 12 versions & 1 rubygems