by Anonymous » 20 Aug 2025, 01:07
Ich habe eine Ansicht, die vollständig in Java < /p>
codiert ist
Code: Select all
public class SurvivorLayout extends RelativeLayout {
public SurvivorLayout(Context context, final List list) {
super(context);
// The Below functions actually build the view piece by piece
this.initComponents();
this.setComponentsId();
this.setScrollViewAndHorizontalScrollViewTag();
...
}
}
Wie Sie sehen können, ist die Ansicht ohne XML oder komponieren usw.>
Ich habe eine Ansicht, die vollständig in Java < /p>
codiert ist[code]public class SurvivorLayout extends RelativeLayout {
public SurvivorLayout(Context context, final List list) {
super(context);
// The Below functions actually build the view piece by piece
this.initComponents();
this.setComponentsId();
this.setScrollViewAndHorizontalScrollViewTag();
...
}
}
[/code]
Wie Sie sehen können, ist die Ansicht ohne XML oder komponieren usw.>