rename package

This commit is contained in:
pengfei.zhou
2019-07-20 10:04:52 +08:00
parent 90cd14f105
commit 65fcd5c1fc
30 changed files with 69 additions and 78 deletions

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.pengfeizhou.doricdemo">
package="com.github.penfeizhou.doricdemo">
<application
android:name=".MyApplication"
android:name="com.github.penfeizhou.doricdemo.MyApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity android:name="com.github.penfeizhou.doricdemo.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View File

@@ -1,10 +1,10 @@
package com.github.pengfeizhou.doricdemo;
package com.github.penfeizhou.doricdemo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.github.pengfeizhou.doric.DoricContext;
import com.github.pengfeizhou.doric.utils.DoricUtils;
import com.github.penfeizhou.doric.DoricContext;
import com.github.penfeizhou.doric.utils.DoricUtils;
public class MainActivity extends AppCompatActivity {

View File

@@ -1,8 +1,8 @@
package com.github.pengfeizhou.doricdemo;
package com.github.penfeizhou.doricdemo;
import android.app.Application;
import com.github.pengfeizhou.doric.Doric;
import com.github.penfeizhou.doric.Doric;
/**
* @Description: Doric

View File

@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
tools:context="com.github.penfeizhou.doricdemo.MainActivity">
<TextView
android:layout_width="wrap_content"