Skip to content

Commit

Permalink
spinner sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Graham committed Aug 21, 2012
1 parent 9f34c4c commit 062bb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/res/layout/loading.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<ProgressBar
android:id="@+id/pb_loading"
android:layout_width="80px"
android:layout_height="80px"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_centerInParent="true"
android:indeterminate="true"
android:indeterminateDrawable="@drawable/spinner_animation"
Expand Down

0 comments on commit 062bb66

Please sign in to comment.