Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <RelativeLayout
  2. android:layout_width="fill_parent"
  3. android:layout_height="wrap_content"
  4. android:layout_alignParentTop="true"
  5. android:layout_centerHorizontal="true"
  6. android:layout_marginLeft="20dp"
  7. android:layout_marginRight="20dp"
  8. android:layout_marginTop="40dp"
  9. android:background="@drawable/layout_bg_search">
  10.  
  11. <SearchView
  12. android:id="@+id/searchView"
  13. android:layout_width="wrap_content"
  14. android:layout_height="35dp"
  15. android:layout_centerHorizontal="true"
  16. android:layout_centerVertical="true"
  17. android:layout_marginLeft="60dp"
  18. android:layout_marginRight="60dp" />
  19. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement