调整package name

main
BlueMatthew 1 year ago
parent a5c1025cc0
commit cd878ed70d

@ -30,7 +30,7 @@
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:theme="@style/MaterialTheme"> android:theme="@style/MaterialTheme">
<activity android:name=".CameraActivity" <activity android:name="com.xypower.mvapp.CameraActivity"
android:label="@string/app_name"> android:label="@string/app_name">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.example.android.camera2video; package com.xypower.mvapp;
import android.content.Context; import android.content.Context;
import android.util.AttributeSet; import android.util.AttributeSet;

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.example.android.camera2video; package com.xypower.mvapp;
import android.Manifest; import android.Manifest;
import android.app.Activity; import android.app.Activity;

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.example.android.camera2video; package com.xypower.mvapp;
import android.app.Activity; import android.app.Activity;
import android.os.Bundle; import android.os.Bundle;

@ -17,7 +17,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<com.example.android.camera2video.AutoFitTextureView <com.xypower.mvapp.AutoFitTextureView
android:id="@+id/texture" android:id="@+id/texture"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"

@ -17,7 +17,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<com.example.android.camera2video.AutoFitTextureView <com.xypower.mvapp.AutoFitTextureView
android:id="@+id/texture" android:id="@+id/texture"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-4.10.3-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

Loading…
Cancel
Save