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
174 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
PercentRelativeLayout
compile 'com.android.support:percent:25.0.0'