Skip to content

Commit e451f1f

Browse files
committed
move resources from main project to editor
1 parent 571b0b7 commit e451f1f

File tree

85 files changed

+2104
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2104
-7
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package org.wordpress.android.editor;
2+
3+
import android.os.Bundle;
4+
import android.support.v7.app.ActionBarActivity;
5+
6+
public class LegacyEditorActivity extends ActionBarActivity {
7+
@Override
8+
protected void onCreate(Bundle savedInstanceState) {
9+
super.onCreate(savedInstanceState);
10+
setContentView(R.layout.activity_editor);
11+
}
12+
}

editor/src/main/java/org/wordpress/android/editor/LegacyEditorFragment.java

Lines changed: 1652 additions & 0 deletions
Large diffs are not rendered by default.
814 Bytes
995 Bytes
586 Bytes
587 Bytes
398 Bytes
398 Bytes
538 Bytes
558 Bytes

0 commit comments

Comments
 (0)