Sergey Y.
07/07/2020, 7:26 PMSergey Y.
07/07/2020, 7:28 PMLeland Richardson [G]
07/07/2020, 7:44 PMLeland Richardson [G]
07/07/2020, 7:45 PMNader Jawad
07/07/2020, 7:45 PMSergey Y.
07/07/2020, 7:51 PMNader Jawad
07/07/2020, 7:52 PMNader Jawad
07/07/2020, 7:53 PMSergey Y.
07/07/2020, 7:53 PMShow Layout Bounds
is not showing any Compose bounds.Nader Jawad
07/07/2020, 8:03 PMAndrey Kulikov
07/07/2020, 8:06 PMVinay Gaba
07/07/2020, 8:14 PMcompose is basically a View with several Drawables.
Interesting. Could you elaborate a bit more about what this means? Let’s assume I have a composable function with a Text composable inside it. What would this example translate to based on the statement I highlighted above.Vinay Gaba
07/07/2020, 8:15 PMNader Jawad
07/07/2020, 8:16 PMNader Jawad
07/07/2020, 8:17 PMSergey Y.
07/07/2020, 8:17 PMNader Jawad
07/07/2020, 8:19 PMNader Jawad
07/07/2020, 8:20 PMNader Jawad
07/07/2020, 8:25 PMSergey Y.
07/07/2020, 8:35 PMCanvas#drawText
, StaticLayout
, etc) like it is doing for rendering a shadow?Nader Jawad
07/07/2020, 8:36 PMNader Jawad
07/07/2020, 8:38 PMSergey Y.
07/07/2020, 8:41 PMPreComputedText
to be able to pre-render text chunks on a background thread.Nader Jawad
07/07/2020, 8:41 PMSeigo Nonaka
07/07/2020, 9:14 PMLeland Richardson [G]
07/07/2020, 9:43 PMSergey Y.
07/07/2020, 10:19 PMChris Craik
07/07/2020, 11:09 PM