File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
kotlin/com/simplemobiletools/filemanager/pro/views Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import com.simplemobiletools.commons.extensions.getAdjustedPrimaryColor
1212import com.simplemobiletools.commons.extensions.onGlobalLayout
1313import com.simplemobiletools.filemanager.pro.extensions.config
1414
15- // taken from
15+ // inspired by
1616// https://github.com/alexvasilkov/GestureViews/blob/f0a4c266e31dcad23bd0d9013531bc1c501b9c9f/sample/src/main/java/com/alexvasilkov/gestures/sample/ex/custom/text/GestureTextView.java
17- class GestureTextView : AppCompatEditText , GestureView {
17+ class GestureEditText : AppCompatEditText , GestureView {
1818 constructor (context: Context ) : super (context)
1919
2020 constructor (context: Context , attrs: AttributeSet ) : super (context, attrs)
Original file line number Diff line number Diff line change 66 android : layout_height =" match_parent"
77 android : fillViewport =" true" >
88
9- <com .simplemobiletools.filemanager.pro.views.GestureTextView
9+ <com .simplemobiletools.filemanager.pro.views.GestureEditText
1010 android : id =" @+id/read_text_view"
1111 android : layout_width =" match_parent"
1212 android : layout_height =" wrap_content"
You can’t perform that action at this time.
0 commit comments