Files
rr3-apk/decompiled/sources/com/mbridge/msdk/dycreator/a/c.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

72 lines
1.3 KiB
Java

package com.mbridge.msdk.dycreator.a;
/* loaded from: classes4.dex */
public enum c {
id,
layout_width,
layout_height,
orientation,
layout_centerHorizontal,
layout_centerVertical,
layout_below,
layout_above,
layout_toRightOf,
layout_toLeftOf,
layout_toEndOf,
layout_marginLeft,
layout_marginRight,
layout_marginTop,
layout_marginBottom,
layout_bottom,
layout_margin,
layout_gravity,
layout_alignParentRight,
layout_alignParentLeft,
layout_alignParentBottom,
layout_alignParentTop,
layout_alignWithParentIfMissing,
layout_weight,
layout_alignParentEnd,
divider,
scrollbars,
listSelector,
splitMotionEvents,
cacheColorHint,
verticalSpacing,
horizontalSpacing,
text,
ellipsize,
singleLine,
maxLength,
lines,
fadingEdge,
scrollHorizontally,
textColor,
textSize,
visibility,
background,
textStyle,
style,
src,
gravity,
numColumns,
contentDescription,
scaleType,
tag,
parent_view,
drawableLeft,
drawablePadding,
layout_alignBottom,
layout_alignTop,
layout_centerInParent,
layout_alignLeft,
layout_alignRight,
padding,
paddingTop,
paddingBottom,
paddingLeft,
paddingRight,
paddingStart,
paddingEnd
}