Skip to content

Commit 9989b4c

Browse files
committed
renaming the zoomable text view
1 parent a175922 commit 9989b4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/views/GestureTextView.kt renamed to app/src/main/kotlin/com/simplemobiletools/filemanager/pro/views/GestureEditText.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import com.simplemobiletools.commons.extensions.getAdjustedPrimaryColor
1212
import com.simplemobiletools.commons.extensions.onGlobalLayout
1313
import 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)

app/src/main/res/layout/activity_read_text.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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"

0 commit comments

Comments
 (0)