• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<TextView
3    xmlns:android="http://schemas.android.com/apk/res/android"
4    android:layout_width="match_parent"
5    android:layout_height="wrap_content"
6    android:padding="@dimen/app_default_spacing_from_layout_outline"
7    android:ellipsize="end"
8    android:maxLines="1"
9    android:textAppearance="?attr/textAppearanceBodyLarge" />
10