Guest User

Untitled

a guest
Oct 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_width="fill_parent"
  3. android:layout_height="fill_parent"
  4. android:orientation="vertical">
  5.  
  6. <EditText
  7. android:id="@+id/search"
  8. android:layout_width="fill_parent"
  9. android:layout_height="50dp"
  10. android:padding="10dp"
  11. android:includeFontPadding="true"
  12. android:backgroundTint="@android:color/darker_gray"
  13. android:textSize="15sp"
  14. android:drawableRight="@drawable/search_icon"/>
  15.  
  16. </LinearLayout>
  17.  
  18. View rootView = findViewById(android.R.id.content);
  19. addContentView(suggestions,rootView.getLayoutParams());
Add Comment
Please, Sign In to add comment