Skip to content

Instantly share code, notes, and snippets.

@briansalvattore
Created March 18, 2017 03:07
Show Gist options
  • Save briansalvattore/c4ca55d6d97f342db727c41119314b25 to your computer and use it in GitHub Desktop.
Save briansalvattore/c4ca55d6d97f342db727c41119314b25 to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/title.department"
android:paddingLeft="5dp"
android:textSize="12sp" />
<Spinner
android:id="@+id/department"
style="@style/Widget.AppCompat.Spinner.Underlined"
android:layout_width="match_parent"
android:layout_height="50dp" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment