Skip to content

Commit

Permalink
updated attr.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
woxingxiao committed Nov 9, 2016
1 parent 8d79d02 commit ae0ddbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions bubbleseekbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

versionCode 2
versionName "1.1"
}

buildTypes {
release {
minifyEnabled false
Expand Down
10 changes: 5 additions & 5 deletions bubbleseekbar/src/main/res/values/attr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<attr name="bsb_thumb_radius" format="dimension|reference"/>
<attr name="bsb_thumb_radius_on_dragging" format="dimension|reference"/>
<attr name="bsb_section_count" format="integer|reference"/>
<attr name="bsb_thumb_color" format="integer|reference"/>
<attr name="bsb_track_color" format="integer|reference"/>
<attr name="bsb_second_track_color" format="integer|reference"/>
<attr name="bsb_thumb_color" format="color|reference"/>
<attr name="bsb_track_color" format="color|reference"/>
<attr name="bsb_second_track_color" format="color|reference"/>
<attr name="bsb_bubble_radius" format="dimension|reference"/>
<attr name="bsb_bubble_color" format="integer|reference"/>
<attr name="bsb_bubble_color" format="color|reference"/>
<attr name="bsb_bubble_text_size" format="dimension|reference"/>
<attr name="bsb_bubble_text_color" format="integer|reference"/>
<attr name="bsb_bubble_text_color" format="color|reference"/>
<attr name="bsb_show_section_mark" format="boolean|reference"/>
<attr name="bsb_auto_adjust_section_mark" format="boolean|reference"/>
</declare-styleable>
Expand Down

0 comments on commit ae0ddbf

Please sign in to comment.