riteshakya037/CustomFormViews

View on GitHub
customfieldviews/src/main/res/layout/spinner_row_nothing_selected.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools"
        android:id="@android:id/text1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:ellipsize="marquee"
        android:gravity="center_vertical"
        android:letterSpacing="0.044"
        android:paddingLeft="16dp"
        android:singleLine="true"
        android:textColor="@color/colorHeather"
        android:textSize="16.7sp"
        tools:ignore="Deprecated,RtlHardcoded,RtlSymmetry,UnusedAttribute"
        />