You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: migrate main activity layout to ConstraintLayout
This commit replaces the root `LinearLayout` with `ConstraintLayout` in `activity_main.xml`. It adds the necessary constraint attributes to the child views (AdView, content frame, and the flash controls RelativeLayout) to maintain the layout structure.
0 commit comments