This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package au.id.alexn; | |
| import android.content.Context; | |
| import android.util.AttributeSet; | |
| import android.util.Log; | |
| import android.view.MotionEvent; | |
| import android.view.ScaleGestureDetector; | |
| import android.view.View; | |
| import android.widget.FrameLayout; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package robert.com.unittest.customize | |
| import android.app.AlertDialog | |
| import android.app.Dialog | |
| import android.os.Bundle | |
| import android.support.v4.app.DialogFragment | |
| import android.util.Log | |
| import android.widget.NumberPicker | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package robert.custom.indicator | |
| /** | |
| * Created by robert on 2018 May 02 | |
| */ | |
| import android.content.Context | |
| import android.support.v4.view.ViewPager | |
| import android.util.AttributeSet | |
| import android.view.MotionEvent | |
| import android.view.animation.DecelerateInterpolator |
NewerOlder