Skip to content

Instantly share code, notes, and snippets.

@Foso
Created November 1, 2019 09:51
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 Foso/137f1c1975346b846845a5e472bc9ad8 to your computer and use it in GitHub Desktop.
Save Foso/137f1c1975346b846845a5e472bc9ad8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.ui.tooling.preview.ComposeViewAdapter
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp"
tools:printViewInfos="true"
tools:paintBounds="true"
tools:composableName="de.jensklingenberg.jetpackcomposeplayground.samples.CounterDemoAppKt.CounterDemo" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment