Skip to content

Instantly share code, notes, and snippets.

@7fe
Created February 23, 2017 23:03
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 7fe/489b77eae98d5a4d5c01bc0f0669bafd to your computer and use it in GitHub Desktop.
Save 7fe/489b77eae98d5a4d5c01bc0f0669bafd to your computer and use it in GitHub Desktop.
<LinearLayout><TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#FFF"
android:textSize="@dimen/list_text_size"
android:gravity="center_vertical"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:minHeight="@dimen/list_item_height"
android:textColor="#000000"
/></LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment