Learn how to programmatically change attributes of a RelativeLayout and other views in Java!
This tutorial is part of a series on changing view attributes programmatically. View all the lessons here: • Changing Views Programatically
GitHub Repo 4 code: https://github.com/IJ-Apps/Changing-V...
Instagram: / ij_apps
Join the IJ Apps Discord! / discord
New App on the Google Play Store!
https://play.google.com/store/apps/de...
The E-rrigation app allows you to save money and cut down water usage by optimizing sprinkler placement before you put the sprinkler system in place.
Check it out and leave a review!
Check out my Face Analyzer app on the Google Play Store: https://play.google.com/store/apps/de...
----------------
Subscribe to IJ Apps to stay up to date when new videos are released and share the channel with friends!
IJ Apps Website: https://ij-apps.wixsite.com/android
*IJ Apps GitHub Page: https://github.com/IJ-Apps
*Personal GitHub Page with Cool and Complex Projects: https://github.com/ishaanjav
0:00 Intro
0:28 RelativeLayout LayoutParams
0:53 Examining the Documentation
1:21 Adding the RelativeLayout rule
2:15 Removing RelativeLayout rules
3:23 Running the app