Skip to content

Instantly share code, notes, and snippets.

@kalvian1060
Created May 13, 2017 07:44
Show Gist options
  • Save kalvian1060/b2659ace4dfabd41526956d25ce144bf to your computer and use it in GitHub Desktop.
Save kalvian1060/b2659ace4dfabd41526956d25ce144bf to your computer and use it in GitHub Desktop.
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<EditText
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.8"
android:gravity="center"
android:hint="TGL"
android:inputType="number" />
<EditText
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.8"
android:gravity="center"
android:hint="BULAN"
android:inputType="number" />
<EditText
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:hint="TAHUN"
android:inputType="number" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment