Skip to content

Instantly share code, notes, and snippets.

@matthew-carroll
Created July 6, 2019 11:02
Show Gist options
  • Save matthew-carroll/d0d4a9467d2a8d0e464384beab07309b to your computer and use it in GitHub Desktop.
Save matthew-carroll/d0d4a9467d2a8d0e464384beab07309b to your computer and use it in GitHub Desktop.
Example of setting a View ID in XML in Android.
<MyView
android:id="@+id/desired_id"
...
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment