Last active
January 27, 2020 00:46
-
-
Save objcode/7840a2d64eb4c7e8fc2a2f687341926a to your computer and use it in GitHub Desktop.
This file contains 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
public final class ActivityAwesomeBinding implements ViewBinding { | |
@NonNull | |
private final ConstraintLayout rootView; | |
@NonNull | |
public final Button button; | |
@NonNull | |
public final TextView subtext; | |
@NonNull | |
public final TextView title; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment