# Hitarea **Repository Path**: mirrors_ashqal/Hitarea ## Basic Information - **Project Name**: Hitarea - **Description**: Designates another view to serve as the hit area for a view in android layout file. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hitarea Designates another view to serve as the hit area for a view in android layout file. [![](https://jitpack.io/v/ashqal/Hitarea.svg)](https://jitpack.io/#ashqal/Hitarea) ## Demo Preview ![DemoPreview](https://raw.githubusercontent.com/ashqal/Hitarea/master/screenshot/HitareaPreview.gif) ## Download ```java allprojects { repositories { ... maven { url "https://jitpack.io" } } } ``` ```java dependencies { compile 'com.github.ashqal:Hitarea:1.0.0' } ``` ## Usage ### Hitarea set `app:hit_targetId` attribute in `com.asha.Hitarea` to serve as the hit area for a view. ```java