Skip to content

Instantly share code, notes, and snippets.

@acappelli
Created February 26, 2015 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acappelli/dfb8c5624a1f0f4aa2f4 to your computer and use it in GitHub Desktop.
Save acappelli/dfb8c5624a1f0f4aa2f4 to your computer and use it in GitHub Desktop.
<TextView
android:id="@+id/company_next_visit"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_marginLeft="1dp"
android:layout_height="wrap_content"
android:inputType="datetime"
style="@style/EditTextcompany_report"
android:imeOptions="actionDone"
android:focusableInTouchMode="false"
android:ellipsize="end"
android:scrollHorizontally="true"
android:singleLine="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment