Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content" >
  4.  
  5. <ImageView
  6. android:id="@+id/menubutton"
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"
  9. android:layout_alignParentLeft="true"
  10. android:paddingLeft="5dp"
  11. android:src="@drawable/navigation_icon" />
  12.  
  13. <TextView
  14. android:id="@+id/titleofscreen"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:layout_centerInParent="true"
  18. android:textColor="#22c064"
  19. android:textSize="22sp"
  20. android:textStyle="bold" />
  21.  
  22. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement