diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 99d828c..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07bad1f --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ +out/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Eclipse project files +.classpath +.settings +.project + +# Windows thumbnail db +.DS_Store + +# IDEA/Android Studio project files, because +# the project can be imported from settings.gradle +.idea +*.iml + +# Old-style IDEA project files +*.ipr +*.iws + +# Local IDEA workspace +.idea/workspace.xml + +# Gradle cache +.gradle + +# Sandbox stuff +_sandbox + +captures/ \ No newline at end of file diff --git a/.gradle/4.0-rc-1/fileChanges/last-build.bin b/.gradle/4.0-rc-1/fileChanges/last-build.bin deleted file mode 100644 index f76dd23..0000000 Binary files a/.gradle/4.0-rc-1/fileChanges/last-build.bin and /dev/null differ diff --git a/.gradle/4.0-rc-1/fileContent/fileContent.lock b/.gradle/4.0-rc-1/fileContent/fileContent.lock deleted file mode 100644 index 798f0a2..0000000 Binary files a/.gradle/4.0-rc-1/fileContent/fileContent.lock and /dev/null differ diff --git a/.gradle/4.0-rc-1/fileHashes/fileHashes.bin b/.gradle/4.0-rc-1/fileHashes/fileHashes.bin deleted file mode 100644 index dd9cbf3..0000000 Binary files a/.gradle/4.0-rc-1/fileHashes/fileHashes.bin and /dev/null differ diff --git a/.gradle/4.0-rc-1/fileHashes/fileHashes.lock b/.gradle/4.0-rc-1/fileHashes/fileHashes.lock deleted file mode 100644 index 7f8024a..0000000 Binary files a/.gradle/4.0-rc-1/fileHashes/fileHashes.lock and /dev/null differ diff --git a/.gradle/4.0-rc-1/fileHashes/resourceHashesCache.bin b/.gradle/4.0-rc-1/fileHashes/resourceHashesCache.bin deleted file mode 100644 index 03027be..0000000 Binary files a/.gradle/4.0-rc-1/fileHashes/resourceHashesCache.bin and /dev/null differ diff --git a/.gradle/4.0-rc-1/javaCompile/classAnalysis.bin b/.gradle/4.0-rc-1/javaCompile/classAnalysis.bin deleted file mode 100644 index 8481f51..0000000 Binary files a/.gradle/4.0-rc-1/javaCompile/classAnalysis.bin and /dev/null differ diff --git a/.gradle/4.0-rc-1/javaCompile/jarAnalysis.bin b/.gradle/4.0-rc-1/javaCompile/jarAnalysis.bin deleted file mode 100644 index 657d848..0000000 Binary files a/.gradle/4.0-rc-1/javaCompile/jarAnalysis.bin and /dev/null differ diff --git a/.gradle/4.0-rc-1/javaCompile/javaCompile.lock b/.gradle/4.0-rc-1/javaCompile/javaCompile.lock deleted file mode 100644 index b218ec0..0000000 Binary files a/.gradle/4.0-rc-1/javaCompile/javaCompile.lock and /dev/null differ diff --git a/.gradle/4.0-rc-1/javaCompile/taskHistory.bin b/.gradle/4.0-rc-1/javaCompile/taskHistory.bin deleted file mode 100644 index 03c36ee..0000000 Binary files a/.gradle/4.0-rc-1/javaCompile/taskHistory.bin and /dev/null differ diff --git a/.gradle/4.0-rc-1/javaCompile/taskJars.bin b/.gradle/4.0-rc-1/javaCompile/taskJars.bin deleted file mode 100644 index 2569005..0000000 Binary files a/.gradle/4.0-rc-1/javaCompile/taskJars.bin and /dev/null differ diff --git a/.gradle/4.0-rc-1/taskHistory/fileSnapshots.bin b/.gradle/4.0-rc-1/taskHistory/fileSnapshots.bin deleted file mode 100644 index 81f51f4..0000000 Binary files a/.gradle/4.0-rc-1/taskHistory/fileSnapshots.bin and /dev/null differ diff --git a/.gradle/4.0-rc-1/taskHistory/taskHistory.bin b/.gradle/4.0-rc-1/taskHistory/taskHistory.bin deleted file mode 100644 index 862099b..0000000 Binary files a/.gradle/4.0-rc-1/taskHistory/taskHistory.bin and /dev/null differ diff --git a/.gradle/4.0-rc-1/taskHistory/taskHistory.lock b/.gradle/4.0-rc-1/taskHistory/taskHistory.lock deleted file mode 100644 index 5b9a9d2..0000000 Binary files a/.gradle/4.0-rc-1/taskHistory/taskHistory.lock and /dev/null differ diff --git a/.gradle/buildOutputCleanup/built.bin b/.gradle/buildOutputCleanup/built.bin deleted file mode 100644 index e69de29..0000000 diff --git a/.gradle/buildOutputCleanup/cache.properties b/.gradle/buildOutputCleanup/cache.properties deleted file mode 100644 index 8851fc2..0000000 --- a/.gradle/buildOutputCleanup/cache.properties +++ /dev/null @@ -1,2 +0,0 @@ -#Fri Jun 23 15:08:54 IST 2017 -gradle.version=4.0-rc-1 diff --git a/.gradle/buildOutputCleanup/cache.properties.lock b/.gradle/buildOutputCleanup/cache.properties.lock deleted file mode 100644 index 40fdece..0000000 --- a/.gradle/buildOutputCleanup/cache.properties.lock +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 96cc43e..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 66c179c..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/libraries/animated_vector_drawable_25_4_0.xml b/.idea/libraries/animated_vector_drawable_25_4_0.xml deleted file mode 100644 index 9563ba7..0000000 --- a/.idea/libraries/animated_vector_drawable_25_4_0.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/appcompat_v7_25_4_0.xml b/.idea/libraries/appcompat_v7_25_4_0.xml deleted file mode 100644 index 94c4fde..0000000 --- a/.idea/libraries/appcompat_v7_25_4_0.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/constraint_layout_1_0_2.xml b/.idea/libraries/constraint_layout_1_0_2.xml deleted file mode 100644 index 1f0c0aa..0000000 --- a/.idea/libraries/constraint_layout_1_0_2.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/constraint_layout_solver_1_0_2.xml b/.idea/libraries/constraint_layout_solver_1_0_2.xml deleted file mode 100644 index 1645e21..0000000 --- a/.idea/libraries/constraint_layout_solver_1_0_2.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/espresso_core_2_2_2.xml b/.idea/libraries/espresso_core_2_2_2.xml deleted file mode 100644 index 9ed21ba..0000000 --- a/.idea/libraries/espresso_core_2_2_2.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/espresso_idling_resource_2_2_2.xml b/.idea/libraries/espresso_idling_resource_2_2_2.xml deleted file mode 100644 index 8784a07..0000000 --- a/.idea/libraries/espresso_idling_resource_2_2_2.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/exposed_instrumentation_api_publish_0_5.xml b/.idea/libraries/exposed_instrumentation_api_publish_0_5.xml deleted file mode 100644 index 91c6f0d..0000000 --- a/.idea/libraries/exposed_instrumentation_api_publish_0_5.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/hamcrest_core_1_3.xml b/.idea/libraries/hamcrest_core_1_3.xml deleted file mode 100644 index 157e3f3..0000000 --- a/.idea/libraries/hamcrest_core_1_3.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/hamcrest_integration_1_3.xml b/.idea/libraries/hamcrest_integration_1_3.xml deleted file mode 100644 index bab4b95..0000000 --- a/.idea/libraries/hamcrest_integration_1_3.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/hamcrest_library_1_3.xml b/.idea/libraries/hamcrest_library_1_3.xml deleted file mode 100644 index 923d5fc..0000000 --- a/.idea/libraries/hamcrest_library_1_3.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/javawriter_2_1_1.xml b/.idea/libraries/javawriter_2_1_1.xml deleted file mode 100644 index 6630dda..0000000 --- a/.idea/libraries/javawriter_2_1_1.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/javax_annotation_api_1_2.xml b/.idea/libraries/javax_annotation_api_1_2.xml deleted file mode 100644 index 4179473..0000000 --- a/.idea/libraries/javax_annotation_api_1_2.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/javax_inject_1.xml b/.idea/libraries/javax_inject_1.xml deleted file mode 100644 index eebeedd..0000000 --- a/.idea/libraries/javax_inject_1.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/jsr305_2_0_1.xml b/.idea/libraries/jsr305_2_0_1.xml deleted file mode 100644 index cdf9878..0000000 --- a/.idea/libraries/jsr305_2_0_1.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/junit_4_12.xml b/.idea/libraries/junit_4_12.xml deleted file mode 100644 index 305df30..0000000 --- a/.idea/libraries/junit_4_12.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/rules_0_5.xml b/.idea/libraries/rules_0_5.xml deleted file mode 100644 index 2495a22..0000000 --- a/.idea/libraries/rules_0_5.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/runner_0_5.xml b/.idea/libraries/runner_0_5.xml deleted file mode 100644 index 568eba1..0000000 --- a/.idea/libraries/runner_0_5.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_annotations_25_4_0.xml b/.idea/libraries/support_annotations_25_4_0.xml deleted file mode 100644 index b786ff3..0000000 --- a/.idea/libraries/support_annotations_25_4_0.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_compat_25_4_0.xml b/.idea/libraries/support_compat_25_4_0.xml deleted file mode 100644 index f1fc99d..0000000 --- a/.idea/libraries/support_compat_25_4_0.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_core_ui_25_4_0.xml b/.idea/libraries/support_core_ui_25_4_0.xml deleted file mode 100644 index 174cd33..0000000 --- a/.idea/libraries/support_core_ui_25_4_0.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_core_utils_25_4_0.xml b/.idea/libraries/support_core_utils_25_4_0.xml deleted file mode 100644 index a753e70..0000000 --- a/.idea/libraries/support_core_utils_25_4_0.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_fragment_25_4_0.xml b/.idea/libraries/support_fragment_25_4_0.xml deleted file mode 100644 index 0e42ffb..0000000 --- a/.idea/libraries/support_fragment_25_4_0.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_media_compat_25_4_0.xml b/.idea/libraries/support_media_compat_25_4_0.xml deleted file mode 100644 index 8215088..0000000 --- a/.idea/libraries/support_media_compat_25_4_0.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_v4_25_4_0.xml b/.idea/libraries/support_v4_25_4_0.xml deleted file mode 100644 index b2bd0f7..0000000 --- a/.idea/libraries/support_v4_25_4_0.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/support_vector_drawable_25_4_0.xml b/.idea/libraries/support_vector_drawable_25_4_0.xml deleted file mode 100644 index 31d66f1..0000000 --- a/.idea/libraries/support_vector_drawable_25_4_0.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 3963879..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index f146f58..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 4addc75..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,3944 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1498210732163 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/AndroidStudioProjects.iml b/AndroidStudioProjects.iml deleted file mode 100644 index 5ae0ef1..0000000 --- a/AndroidStudioProjects.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/DateRangePicker.iml b/DateRangePicker.iml deleted file mode 100644 index b7d35de..0000000 --- a/DateRangePicker.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 467a879..899a8a7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Date Range Picker is a Calendar Picker View to show a Customized Date Range Pick Screenshots ----------- -alt text alt text +alt text alt text Usage ----- diff --git a/app/app.iml b/app/app.iml deleted file mode 100644 index 7a758aa..0000000 --- a/app/app.iml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index a408b85..9fd0c45 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,15 +1,16 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 28 defaultConfig { applicationId "com.savvi.rangepickersample" minSdkVersion 15 - targetSdkVersion 25 + targetSdkVersion 28 versionCode 1 versionName "1.0" - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" + + vectorDrawables.useSupportLibrary = true + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { @@ -21,12 +22,13 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { + androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0-alpha4', { exclude group: 'com.android.support', module: 'support-annotations' }) - implementation 'com.android.support:appcompat-v7:25.4.0' + implementation 'androidx.appcompat:appcompat:1.1.0-alpha02' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3' + testImplementation 'junit:junit:4.12' - implementation 'com.android.support.constraint:constraint-layout:1.0.2' - compile project(path: ':rangedatepicker') + implementation project(path: ':rangedatepicker') } diff --git a/app/src/androidTest/java/com/savvi/rangepickersample/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/savvi/rangepickersample/ExampleInstrumentedTest.java index 34842af..4de5da8 100644 --- a/app/src/androidTest/java/com/savvi/rangepickersample/ExampleInstrumentedTest.java +++ b/app/src/androidTest/java/com/savvi/rangepickersample/ExampleInstrumentedTest.java @@ -1,8 +1,8 @@ package com.savvi.rangepickersample; import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.AndroidJUnit4; +import androidx.test.InstrumentationRegistry; +import androidx.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; diff --git a/app/src/main/java/com/savvi/rangepickersample/SampleActivity.java b/app/src/main/java/com/savvi/rangepickersample/SampleActivity.java index a521808..f570974 100644 --- a/app/src/main/java/com/savvi/rangepickersample/SampleActivity.java +++ b/app/src/main/java/com/savvi/rangepickersample/SampleActivity.java @@ -1,23 +1,22 @@ package com.savvi.rangepickersample; -import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; -import com.savvi.rangedatepicker.*; +import com.savvi.rangedatepicker.CalendarPickerView; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; -import java.util.List; import java.util.Locale; -public class SampleActivity extends AppCompatActivity { +import androidx.appcompat.app.AppCompatActivity; +public class SampleActivity extends AppCompatActivity { CalendarPickerView calendar; Button button; @@ -31,10 +30,10 @@ protected void onCreate(Bundle savedInstanceState) { nextYear.add(Calendar.YEAR, 10); final Calendar lastYear = Calendar.getInstance(); - lastYear.add(Calendar.YEAR, -10); + lastYear.add(Calendar.YEAR, - 10); - calendar = (CalendarPickerView) findViewById(R.id.calendar_view); - button = (Button) findViewById(R.id.get_selected_dates); + calendar = findViewById(R.id.calendar_view); + button = findViewById(R.id.get_selected_dates); ArrayList list = new ArrayList<>(); list.add(1); @@ -51,20 +50,18 @@ protected void onCreate(Bundle savedInstanceState) { } catch (ParseException e) { e.printStackTrace(); } - calendar.init(lastYear.getTime(), nextYear.getTime(), new SimpleDateFormat("MMMM, YYYY", Locale.getDefault())) // - .inMode(CalendarPickerView.SelectionMode.RANGE) // - .withSelectedDate(new Date()) - .withDeactivateDates(list) - .withHighlightedDates(arrayList); + calendar.init(lastYear.getTime(), nextYear.getTime(), new SimpleDateFormat("MMMM, YYYY", Locale.getDefault())) + .inMode(CalendarPickerView.SelectionMode.RANGE) + .withSelectedDate(new Date()) + .withDeactivateDates(list) + .withHighlightedDates(arrayList); button.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { - Log.d("list", calendar.getSelectedDates().toString()); + Log.d("list", calendar.getSelectedDates().toString()); } }); - - } } diff --git a/app/src/main/res/drawable/calendar_bg_selector.xml b/app/src/main/res/drawable/calendar_bg_selector.xml deleted file mode 100755 index eb59200..0000000 --- a/app/src/main/res/drawable/calendar_bg_selector.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/calendar_text_selector.xml b/app/src/main/res/drawable/calendar_text_selector.xml deleted file mode 100755 index 097a271..0000000 --- a/app/src/main/res/drawable/calendar_text_selector.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - diff --git a/app/src/main/res/drawable/state_deactivated.xml b/app/src/main/res/drawable/state_deactivated.xml deleted file mode 100644 index afc5059..0000000 --- a/app/src/main/res/drawable/state_deactivated.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/state_range_first.xml b/app/src/main/res/drawable/state_range_first.xml deleted file mode 100644 index d730834..0000000 --- a/app/src/main/res/drawable/state_range_first.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - diff --git a/app/src/main/res/drawable/state_range_last.xml b/app/src/main/res/drawable/state_range_last.xml deleted file mode 100644 index 6ba92ce..0000000 --- a/app/src/main/res/drawable/state_range_last.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - diff --git a/app/src/main/res/drawable/state_range_middle.xml b/app/src/main/res/drawable/state_range_middle.xml deleted file mode 100644 index 9859eb7..0000000 --- a/app/src/main/res/drawable/state_range_middle.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/state_range_middle_unavailable.xml b/app/src/main/res/drawable/state_range_middle_unavailable.xml deleted file mode 100644 index d9b165b..0000000 --- a/app/src/main/res/drawable/state_range_middle_unavailable.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/state_selected.xml b/app/src/main/res/drawable/state_selected.xml deleted file mode 100644 index df8d405..0000000 --- a/app/src/main/res/drawable/state_selected.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/state_unavailable.xml b/app/src/main/res/drawable/state_unavailable.xml deleted file mode 100644 index 315aa49..0000000 --- a/app/src/main/res/drawable/state_unavailable.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/activity_sample.xml b/app/src/main/res/layout/activity_sample.xml index b77bcf2..b7cd032 100644 --- a/app/src/main/res/layout/activity_sample.xml +++ b/app/src/main/res/layout/activity_sample.xml @@ -1,13 +1,13 @@ - - + tools:layout_editor_absoluteY="0dp"/>