Kevin Hester
02/14/2020, 2:53 PM<com.google.android.gms.common.SignInButton
android:id="@+id/sign_in_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Is there any way in Compose for me to create View instances as a child of a Compose frame? From looking at the docs, I see https://developer.android.com/reference/kotlin/androidx/compose/adapters/package-summary which sounds interesting, but I'm not sure what the intended usage is?Adam Powell
02/14/2020, 3:23 PMAdam Powell
02/14/2020, 3:26 PMKevin Hester
02/14/2020, 4:58 PM