Android Studio, das Edge-to-Edge auf Android 15+ mit RelATelayout programmatisch unterstütztAndroid

Forum für diejenigen, die für Android programmieren
Anonymous
 Android Studio, das Edge-to-Edge auf Android 15+ mit RelATelayout programmatisch unterstützt

Post by Anonymous »

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.>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post