Reputation: 29
I used percent relative layout in my project. It working good under android 7. But I tested with nougat. Its not working.
Waiting Your Helps.
Upvotes: 0
Views: 80
Reputation: 5119
As documentation says, after Oreo(maybe you are using the 26 SDK?) it's deprecated, you will need to use ConstraintLayout
https://developer.android.com/reference/android/support/percent/PercentRelativeLayout.html
Hope this helps
Upvotes: 1