Sha256: 402c888909e721eb579ece5b2ddfdd643b9932984baa15892b87ff86a21e7544
Contents?: true
Size: 887 Bytes
Versions: 14
Compression:
Stored size: 887 Bytes
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" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?selectableItemBackground"> <com.google.android.material.textview.MaterialTextView style="@style/TextAppearance.AppCompat.Menu" android:id="@+id/title" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="48dp" android:paddingLeft="16dp" android:paddingTop="8dp" android:paddingRight="16dp" android:paddingBottom="8dp" android:textSize="18sp" app:layout_constraintTop_toTopOf="parent" /> </androidx.constraintlayout.widget.ConstraintLayout>
Version data entries
14 entries across 7 versions & 1 rubygems