1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
| public class Layout7f0b0000 {
public static View inflate(Context context) { final List<String> nameList1833697623 = new ArrayList<>(); nameList1833697623.add("layout_width"); nameList1833697623.add("layout_height"); nameList1833697623.add("context");
final List<String> valueList1833697623 = new ArrayList<>(); valueList1833697623.add("match_parent"); valueList1833697623.add("match_parent"); valueList1833697623.add("context", "com.didiglobal.booster.app.MainActivity");
final List<Integer> nameResourceList1833697623 = new ArrayList<>(); nameResourceList1833697623.add(16842996); nameResourceList1833697623.add(16842997); nameResourceList1833697623.add(0);
final List<String> namespaceList1833697623 = new ArrayList<>(); namespaceList1833697623.add("http://schemas.android.com/apk/res/android"); namespaceList1833697623.add("http://schemas.android.com/apk/res/android"); namespaceList1833697623.add("http://schemas.android.com/tools");
final Map<String, Map<String, String>> namespaceValueMap1833697623 = new HashMap<>(); final Map<String, String> namespaceValueMapItem322693759 = new HashMap<>(); namespaceValueMapItem322693759.put("layout_width", "match_parent"); namespaceValueMapItem322693759.put("layout_height", "match_parent"); namespaceValueMap1833697623.put("http://schemas.android.com/apk/res/android", namespaceValueMapItem322693759);
final Map<String, String> namespaceValueMapItem1238245197 = new HashMap<>(); namespaceValueMapItem1238245197.put("context", "com.didiglobal.booster.app.MainActivity"); namespaceValueMap1833697623.put("http://schemas.android.com/tools", namespaceValueMapItem1238245197);
final Map<String, Object> resourcesValueMap1833697623 = new HashMap<>(); final AttributeSet attributeSet1833697623 = new AttrtibuteSetImpl(3, nameList1833697623, valueList1833697623, nameResourceList1833697623, namespaceList1833697623, namespaceValueMap1833697623, resourcesValueMap1833697623); final android.support.constraint.ConstraintLayout view1833697623 = new android.support.constraint.ConstraintLayout(context, attributeSet1833697623); view1833697623.setVisibility(0);
final List<String> nameList777448400 = new ArrayList<>(); nameList777448400.add("layout_width"); nameList777448400.add("layout_height"); nameList777448400.add("text"); nameList777448400.add("layout_constraintBottom_toBottomOf"); nameList777448400.add("layout_constraintLeft_toLeftOf"); nameList777448400.add("layout_constraintRight_toRightOf"); nameList777448400.add("layout_constraintTop_toTopOf");
final List<String> valueList777448400 = new ArrayList<>(); valueList777448400.add("wrap_content"); valueList777448400.add("wrap_content"); valueList777448400.add("Hello World!"); valueList777448400.add("parent"); valueList777448400.add("parent"); valueList777448400.add("parent"); valueList777448400.add("parent");
final List<Integer> nameResourceList777448400 = new ArrayList<>(); nameResourceList777448400.add(16842996); nameResourceList777448400.add(16842997); nameResourceList777448400.add(16843087); nameResourceList777448400.add(0); nameResourceList777448400.add(0); nameResourceList777448400.add(0); nameResourceList777448400.add(0);
final List<String> namespaceList777448400 = new ArrayList<>(); namespaceList777448400.add("http://schemas.android.com/apk/res/android"); namespaceList777448400.add("http://schemas.android.com/apk/res/android"); namespaceList777448400.add("http://schemas.android.com/apk/res/android"); namespaceList777448400.add("http://schemas.android.com/apk/res-auto"); namespaceList777448400.add("http://schemas.android.com/apk/res-auto"); namespaceList777448400.add("http://schemas.android.com/apk/res-auto"); namespaceList777448400.add("http://schemas.android.com/apk/res-auto");
final Map<String, Map<String, String>> namespaceValueMap777448400 = new HashMap<>(); final Map<String, String> namespaceValueMapItem1412384463 = new HashMap<>(); namespaceValueMapItem1412384463.put("layout_width", "wrap_content"); namespaceValueMapItem1412384463.put("layout_height", "wrap_content"); namespaceValueMapItem1412384463.put("text", "Hello World!"); namespaceValueMap777448400.put("http://schemas.android.com/apk/res/android", namespaceValueMapItem1412384463);
final Map<String, String> namespaceValueMapItem1690180792 = new HashMap<>(); namespaceValueMapItem1690180792.put("layout_constraintBottom_toBottomOf", "parent"); namespaceValueMapItem1690180792.put("layout_constraintLeft_toLeftOf", "parent"); namespaceValueMapItem1690180792.put("layout_constraintRight_toRightOf", "parent"); namespaceValueMapItem1690180792.put("layout_constraintTop_toTopOf", "parent"); namespaceValueMap777448400.put("http://schemas.android.com/apk/res-auto", namespaceValueMapItem1690180792);
final Map<String, Object> resourcesValueMap777448400 = new HashMap<>(); final AttributeSet attributeSet777448400 = new AttrtibuteSetImpl(7, nameList777448400, valueList777448400, nameResourceList777448400, namespaceList777448400, namespaceValueMap777448400, resourcesValueMap777448400); final android.widget.TextView view777448400 = new android.widget.TextView(context, attributeSet777448400); view777448400.setVisibility(0);
final android.view.ViewGroup.LayoutParams layoutParams944291586 = new android.view.ViewGroup.LayoutParams(-2, -2); view1833697623.addView(view777448400, layoutParams944291586); return view1833697623; } }
|