Code Monkey home page Code Monkey logo

range-time-picker-dialog's People

Contributors

mrkamiali avatar puffocyano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

range-time-picker-dialog's Issues

when i add depindancey it give me this errore

Android resource linking failed
Output: /mnt/db80843b-434f-4e7d-a707-d676d748b690/mPrograms/AndroidProjacts/khomasyatplayground/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
/mnt/db80843b-434f-4e7d-a707-d676d748b690/mPrograms/AndroidProjacts/khomasyatplayground/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
/mnt/db80843b-434f-4e7d-a707-d676d748b690/mPrograms/AndroidProjacts/khomasyatplayground/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:1281: error: resource android:attr/fontVariationSettings not found.
/mnt/db80843b-434f-4e7d-a707-d676d748b690/mPrograms/AndroidProjacts/khomasyatplayground/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:1282: error: resource android:attr/ttcIndex not found.
error: failed linking references.

Command: /home/amen/.gradle/caches/transforms-1/files-1.1/aapt2-3.2.1-4818971-linux.jar/990ddbab0a1a589da867aa5573698459/aapt2-3.2.1-4818971-linux/aapt2 link -I
/mnt/881ea830-864b-4b29-89af-121041871996/home/amen/android/Sdk/platforms/android-27/android.jar
--manifest
/mnt/db80843b-434f-4e7d-a707-d676d748b690/mPrograms/AndroidProjacts/khomasyatplayground/app/build/intermediates/merged_manifests/debug/processDebugManifest/merged/AndroidManifest.xml
-o
/mnt/db80843b-434f-4e7d-a707-d676d748b690/mPrograms/AndroidProjacts/khomasyatplayground/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_
-R
@/mnt/db80843b-434f-4e7d-a707-d676d748b690/mPrograms/AndroidProjacts/khomasyatplayground/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt
--auto-add-overlay
--java
/mnt/db80843b-434f-4e7d-a707-d676d748b690/mPrograms/AndroidProjacts/khomasyatplayground/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r
--custom-package
khomasyatplayground.comtass.alamenpj.com.khomasyatplayground
-0
apk
--output-text-symbols
/mnt/db80843b-434f-4e7d-a707-d676d748b690/mPrograms/AndroidProjacts/khomasyatplayground/app/build/intermediates/symbols/debug/R.txt
--no-version-vectors
Daemon: AAPT2 aapt2-3.2.1-4818971-linux Daemon #0

upgrade

hi,
Please upgrade appcompat-v7 to 27.1.1,
Thanks a lot .

No virtual method addOnTabSelectedListener

I don't know why this happens initially it works fine, But all the sudden I came up with this error.

Process: com.xxx.yyy.zzz, PID: 27215 java.lang.NoSuchMethodError: No virtual method addOnTabSelectedListener(Landroid/support/design/widget/TabLayout$OnTabSelectedListener;)V in class Landroid/support/design/widget/TabLayout; or its super classes (declaration of 'android.support.design.widget.TabLayout' appears in /data/app/com.xxx.yyy.tpvisitor-2/base.apk:classes4.dex) at com.mcsoft.timerangepickerdialog.RangeTimePickerDialog$1.onShow(RangeTimePickerDialog.java:147) at android.app.Dialog$ListenersHandler.handleMessage(Dialog.java:1352) at android.os.Handler.dispatchMessage(Handler.java:111) at android.os.Looper.loop(Looper.java:207) at android.app.ActivityThread.main(ActivityThread.java:5728) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)

This is my build. gradle module-app dependencies

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.google.code.gson:gson:2.6.1'
implementation 'com.github.PuffoCyano:Range-Time-Picker-Dialog:v1.6'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

Modification for minimum time selection

I want to check if a difference between two times is less then 30m, toast to User selected time must be greater then 30min, can you please make it do this task asap?
This task is actually a range checker,

upgrade

please upgrade appcompat-v7 to 27.1.1, I have mix vertion of this lib with 26
thanks before.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.