OSDN Git Service

Extract support lib samples out of ApiDemos and in to their own app.
[android-x86/development.git] / samples / Support4Demos / src / com / example / android / supportv4 / app / FragmentLayoutSupport.java
  * limitations under the License.
  */
 
-package com.example.android.apis.support.app;
+package com.example.android.supportv4.app;
 
-import com.example.android.apis.R;
-import com.example.android.apis.Shakespeare;
+import com.example.android.supportv4.R;
+import com.example.android.supportv4.Shakespeare;
 
 import android.support.v4.app.Fragment;
 import android.support.v4.app.FragmentActivity;