File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
androidTest/java/org/wordpress/editorexample
java/org/wordpress/editorexample Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- package org .wordpress .editorexample ;
1+ package org .wordpress .android . editorexample ;
22
33import android .app .Application ;
44import android .test .ApplicationTestCase ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" org.wordpress.editorexample" >
3+ package =" org.wordpress.android. editorexample" >
44
55 <application
66 android : allowBackup =" true"
Original file line number Diff line number Diff line change 1- package org .wordpress .editorexample ;
1+ package org .wordpress .android . editorexample ;
22
33import android .content .Intent ;
44import android .os .Bundle ;
77import android .view .View .OnClickListener ;
88import android .widget .Button ;
99
10- import org .wordpress .editor .EditorActivity ;
10+ import org .wordpress .android . editor .EditorActivity ;
1111
1212public class ExampleActivity extends ActionBarActivity {
1313 @ Override
Original file line number Diff line number Diff line change 22 xmlns : tools =" http://schemas.android.com/tools"
33 android : layout_width =" match_parent"
44 android : layout_height =" match_parent"
5- tools : context =" org.wordpress.editorexample.ExampleActivity" >
5+ tools : context =" org.wordpress.android. editorexample.ExampleActivity" >
66
77 <Button
88 android : layout_width =" wrap_content"
You can’t perform that action at this time.
0 commit comments