Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Sossella committed Jan 11, 2018
1 parent fda212d commit 8ecf4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verticalseekbarlib/src/main/res/layout/vertical_seek_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<ImageView
android:id="@+id/agiplan_custom_seekbar_thumb"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
tools:background="@color/colorPrimaryDark"/>

Expand Down

0 comments on commit 8ecf4ff

Please sign in to comment.