We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07cf22 commit c964531Copy full SHA for c964531
rangeseekbar/build.gradle
@@ -22,6 +22,7 @@ android {
22
dependencies {
23
compile fileTree(dir: 'libs', include: ['*.jar'])
24
compile 'com.android.support:support-compat:25.0.1'
25
+ compile 'com.android.support:appcompat-v7:25.0.1'
26
27
// Robolectric
28
testCompile 'org.robolectric:robolectric:3.1.4'
rangeseekbar/src/main/res/values/strings.xml
@@ -1,6 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
- <string name="app_name">RangeSeekBar Demo</string>
4
<string name="demo_min_label">Min</string>
5
<string name="demo_max_label">Max</string>
6
</resources>
0 commit comments