I want to use PercentRelativeLayout but I have the compileSdkVersion 25. Which dependency should I add to build.grade(Module: app)?
How to use PercentRelativeLayout in API 25
177 Views Asked by Falcoa At
2
I want to use PercentRelativeLayout but I have the compileSdkVersion 25. Which dependency should I add to build.grade(Module: app)?
Here is the dependency for
PercentRelativeLayoutcompile 'com.android.support:percent:25.0.0'