Skip to content

Instantly share code, notes, and snippets.

@pjcollins
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjcollins/a7d1e71035d0890bb79d to your computer and use it in GitHub Desktop.
Save pjcollins/a7d1e71035d0890bb79d to your computer and use it in GitHub Desktop.
Scratch.UpdateAllXmlRefs/Scratch.Views/obj/Debug/res/layout/myactivity.xml content
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<md5b1bd2a310d7d735bdbe6ad79a6707159.MyView
android:id="@+id/myView"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment