Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <Button
  2. android:text="Button"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:id="@+id/sortButton"
  6. android:layout_weight="1"
  7. android:layout_gravity="top|end"
  8. style="@android:style/Widget.DeviceDefault.Light.Button.Borderless.Small"
  9. android:textColor="@color/colorWhite"
  10. android:onClick="showSortPopup" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement