Created
April 23, 2020 06:14
-
-
Save Nilzor/ef5ba6d747640e4fc0ca8f7a36c8f8bc to your computer and use it in GitHub Desktop.
DAtabinding to custom prop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<no.ruter.sales.shared.view.BuyTicketButton | |
android:id="@+id/default_media_button" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginLeft="@dimen/small_margin" | |
app:layout_constraintStart_toEndOf="@id/travel_card_button" | |
app:layout_constraintEnd_toEndOf="parent" | |
android:onClick="@{fragment::clickDefaultSalesMediaBtn}" | |
app:imageSrc="5" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment