From-design-to-Android-part1 icon indicating copy to clipboard operation
From-design-to-Android-part1 copied to clipboard

First part of 'from design to android' series

Results 6 From-design-to-Android-part1 issues
Sort by recently updated
recently updated
newest added

08-18 07:41:16.141 4210-4210/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.saulmm.cui, PID: 4210 android.view.InflateException: Binary XML file line #84: Error inflating class android.widget.ViewSwitcher at android.view.LayoutInflater.createView(LayoutInflater.java:621) at uk.co.chrisjenx.calligraphy.CalligraphyLayoutInflater.onCreateView(CalligraphyLayoutInflater.java:164) at android.view.LayoutInflater.onCreateView(LayoutInflater.java:670) at uk.co.chrisjenx.calligraphy.CalligraphyLayoutInflater.onCreateView(CalligraphyLayoutInflater.java:148) at...

when launched, it shows white screen

In the example, the order form has a `` wrapping a ``. Without the ` the height of the BottomSheetDialogFragment is not respected, and the scene transition from the order...