Comprehensive Summary of Android Knowledge Points: Essential for Interviews
Original link: https://github.com/GeniusVJR/LearningNotes/blob/master/Part1/Android/Android基础知识.md FrameLayout This layout is the simplest among the five layouts. Android does not control the arrangement of child views, and all controls in this layout will default to appear in the top left corner of the view. We can use android:layout_margin, android:layout_gravity and other attributes to control the position of child controls … Read more