You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creates a couple of linear layouts in two ways. The first using PLinearLayout.add and the second LinearLayout.addView with explicit LinearLayout.LayoutParams. Labels 1, 2 and 4 are not visible because their width is set to 0, see
This
creates a couple of linear layouts in two ways. The first using
PLinearLayout.add
and the secondLinearLayout.addView
with explicitLinearLayout.LayoutParams
. Labels 1, 2 and 4 are not visible because their width is set to 0, seePHONK/PHONK-android/phonk_apprunner/src/main/java/io/phonk/runner/apprunner/api/widgets/PLinearLayout.java
Line 81 in 3c4024e
The text was updated successfully, but these errors were encountered: