ImageLayout
Android - A layout that arranges its children in relation to a background image
File Explorer
Download Latest Version (.zip)- boroughs-framed-all.png
- boroughs-framed-galaxy_mini.png
- boroughs-framed-galaxy_nexus.png
- boroughs-framed-nexus7.png
- boroughs-framed-nexus_s.png
- boroughs-framed_xoom.png
- hi_res_icon.png
- readme_pic.png
- snapshot0.png
- snapshot1.png
- il__attrs.xml
- ImageFitter.java
- ImageLayout.java
- AndroidManifest.xml
- build.gradle
- gradle.properties
- project.properties
- boroughs.png
- curiosity.jpg
- ic_launcher.png
- manhattan.jpg
- boroughs.png
- curiosity.jpg
- ic_launcher.png
- manhattan.jpg
- boroughs.png
- curiosity.jpg
- ic_launcher.png
- manhattan.jpg
- ic_launcher.png
- activity_add_children_programmatically.xml
- activity_basic_usage.xml
- activity_change_image_dynamically.xml
- activity_fit_attribute.xml
- activity_home.xml
- activity_horizontal_scroll_view.xml
- activity_fit_attribute.xml
- dimens.xml
- strings.xml
- styles.xml
- themes.xml
- dimens.xml
- dimens.xml
- themes.xml
- themes.xml
- dimens.xml
- ActivityInfo.java
- AddChildrenProgrammaticallyActivity.java
- BasicUsageActivity.java
- ChangeImageDynamicallyActivity.java
- FitAttributeActivity.java
- HomeActivity.java
- HorizontalScrollViewActivity.java
- AndroidManifest.xml
- build.gradle
- project.properties
- .gitignore
- build.gradle
- CHANGELOG.md
- gradle.properties
- LICENSE.txt
- maven_push.gradle
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/ManuelPeinado/ImageLayout
Downloads the entire project code from GitHub to your computer.
cd ImageLayout
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
