Files
gitlab-instance-0a899031_lo…/recovered_source/out_location/resources/res/layout/b5.xml
2026-04-05 01:00:07 -05:00

20 lines
811 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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="match_parent">
<carbon.widget.TextView
android:textSize="14sp"
android:textColor="?android:attr/textColorSecondary"
android:ellipsize="end"
android:gravity="center_vertical"
android:id="@+id/hi"
android:paddingLeft="@dimen/cu"
android:paddingRight="@dimen/cu"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:maxLines="1"
android:singleLine="true"
app:carbon_fontPath="carbon/Roboto-Medium.ttf"/>
</LinearLayout>