Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <EditText
  2. android:id="@+id/etRange"
  3. android:layout_width="180dp"
  4. android:layout_height="wrap_content"
  5. android:layout_alignParentLeft="true"
  6. android:layout_centerVertical="true"
  7. android:hint="wprowadź adres"
  8. android:focusable="true"
  9. android:inputType="numberDecimal"
  10. style="@android:style/Widget.Holo.Light"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement