10 lines
384 B
XML
10 lines
384 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:enabled="false"
|
|
android:paddingLeft="@dimen/standard_padding"
|
|
android:paddingBottom="@dimen/half_padding"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true"
|
|
android:textIsSelectable="false"/>
|