20 lines
811 B
XML
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>
|