Skip to content

Commit

Permalink
Changed progress bar hegiht
Browse files Browse the repository at this point in the history
  • Loading branch information
Hashik-Donthineni committed Mar 19, 2019
1 parent bbecb4e commit 20d3459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProgressBar
android:id="@+id/progressbar"
android:layout_width="match_parent"
android:layout_height="17.5dp"
android:layout_height="18dp"
android:layout_marginBottom="-7dp"
android:layout_marginTop="-7dp"
android:indeterminate="true"
Expand Down

0 comments on commit 20d3459

Please sign in to comment.