Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <Button
  2.                android:id="@+id/show_previous_book_button"
  3.                android:layout_width="wrap_content"
  4.                android:layout_height="wrap_content"
  5.                android:layout_alignParentLeft="true"
  6.                android:text="@string/show_prev"
  7.                android:onClick="onShowPreviewButton"
  8.                app:visibility="@{bookDetails.index}"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement