[go: nahoru, domu]

Skip to content

Commit

Permalink
move WPEditText to WordPressUtils and reorganize WordPressUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 9, 2015
1 parent c11bb96 commit 0bf5a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
android:hint="@string/post_title"
android:inputType="textCapSentences|textAutoCorrect" />

<org.wordpress.android.widgets.WPEditText
<org.wordpress.android.util.widgets.WPEditText
android:id="@+id/post_content"
android:layout_width="fill_parent"
android:layout_height="0dp"
Expand Down

0 comments on commit 0bf5a63

Please sign in to comment.