Skip to content

Instantly share code, notes, and snippets.

View AHerbel's full-sized avatar

Augusto Herbel AHerbel

  • Paraná, Entre Ríos, Argentina
View GitHub Profile
@AHerbel
AHerbel / horizontal_progress_demo.xml
Created January 9, 2019 18:46 — forked from Antarix/horizontal_progress_demo.xml
Android Custom horizontal ProgressBar emample
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar
android:id="@+id/progress_limit"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"