命名空间调整
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Fri Mar 28 18:48:42 HKT 2025 | ||||
| #Fri Mar 28 12:21:28 GMT 2025 | ||||
| stageCount=19 | ||||
| libraryProject=libapputils | ||||
| baseVersion=15.0 | ||||
| publishVersion=15.0.18 | ||||
| buildCount=0 | ||||
| buildCount=5 | ||||
| baseBetaVersion=15.0.19 | ||||
|   | ||||
| @@ -13,10 +13,10 @@ import android.os.Bundle; | ||||
| import android.view.Menu; | ||||
| import android.view.MenuItem; | ||||
| import android.widget.Toolbar; | ||||
| import cc.winboll.studio.apputils.R; | ||||
| import cc.winboll.studio.libappbase.LogUtils; | ||||
| import cc.winboll.studio.libappbase.winboll.IWinBollActivity; | ||||
| import cc.winboll.studio.apputils.R; | ||||
| import cc.winboll.studio.libapputils.view.SimpleWebView; | ||||
| import cc.winboll.studio.libapputils.views.SimpleWebView; | ||||
| import java.io.IOException; | ||||
| import java.io.InputStream; | ||||
|  | ||||
|   | ||||
| @@ -8,7 +8,7 @@ import android.app.Activity; | ||||
| import android.os.Bundle; | ||||
| import android.widget.Toolbar; | ||||
| import cc.winboll.studio.apputils.R; | ||||
| import cc.winboll.studio.libapputils.view.StringToQrCodeView; | ||||
| import cc.winboll.studio.libapputils.views.StringToQrCodeView; | ||||
|  | ||||
| public class TestStringToQRCodeViewActivity extends Activity { | ||||
|  | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
|         android:layout_height="wrap_content" | ||||
|         android:id="@+id/toolbar"/> | ||||
|  | ||||
|     <cc.winboll.studio.libapputils.view.SimpleWebView | ||||
|     <cc.winboll.studio.libapputils.views.SimpleWebView | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="0dp" | ||||
|         android:layout_weight="1.0" | ||||
|   | ||||
| @@ -17,7 +17,7 @@ | ||||
| 		android:layout_height="0dp" | ||||
| 		android:layout_weight="1.0"> | ||||
|  | ||||
| 		<cc.winboll.studio.libapputils.view.StringToQrCodeView | ||||
| 		<cc.winboll.studio.libapputils.views.StringToQrCodeView | ||||
| 			android:layout_width="300dp" | ||||
| 			android:layout_height="300dp" | ||||
| 			android:id="@+id/activityteststringtoqrcodeviewStringToQrCodeView1"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen