If you look at XML properties, there are match_parent and fill_parent What's the difference between the two? It looks similar to me, so I'm confused
android-layout user-interface android unit
In API 8+, they both mean the same thing. But fill_parent is defined, so you can use match_parent.
© 2025 OneMinuteCode. All rights reserved.