Skip to content

Commit 0bf5a63

Browse files
committed
move WPEditText to WordPressUtils and reorganize WordPressUtils
1 parent c11bb96 commit 0bf5a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressEditor/src/main/res/layout/fragment_edit_post_content.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
android:hint="@string/post_title"
3131
android:inputType="textCapSentences|textAutoCorrect" />
3232

33-
<org.wordpress.android.widgets.WPEditText
33+
<org.wordpress.android.util.widgets.WPEditText
3434
android:id="@+id/post_content"
3535
android:layout_width="fill_parent"
3636
android:layout_height="0dp"

0 commit comments

Comments
 (0)