Files
2026-04-05 01:00:07 -05:00

18 lines
734 B
XML

<?xml version="1.0" encoding="utf-8"?>
<carbon.widget.FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:carbon_rippleColor="?attr/g9">
<carbon.widget.TextView
android:textAppearance="?attr/gx"
android:gravity="center_vertical"
android:id="@+id/gy"
android:paddingLeft="@dimen/cu"
android:paddingRight="@dimen/cu"
android:layout_width="match_parent"
android:layout_height="@dimen/co"
android:maxLines="1"
android:singleLine="true"/>
</carbon.widget.FrameLayout>