函数命名更新
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
#Created by .winboll/winboll_app_build.gradle
 | 
			
		||||
#Sun Mar 23 23:15:14 GMT 2025
 | 
			
		||||
#Sun Mar 23 23:28:58 GMT 2025
 | 
			
		||||
stageCount=6
 | 
			
		||||
libraryProject=libappbase
 | 
			
		||||
baseVersion=15.0
 | 
			
		||||
publishVersion=15.0.5
 | 
			
		||||
buildCount=6
 | 
			
		||||
buildCount=8
 | 
			
		||||
baseBetaVersion=15.0.6
 | 
			
		||||
 
 | 
			
		||||
@@ -89,7 +89,7 @@ public class MainActivity extends Activity {
 | 
			
		||||
        startService(intentService);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public void onTestSOS(View view) {
 | 
			
		||||
    public void onTestDemoServiceSOS(View view) {
 | 
			
		||||
        Intent intent = new Intent(this, TestDemoService.class);
 | 
			
		||||
        stopService(intent);
 | 
			
		||||
        if (App.isDebuging()) {
 | 
			
		||||
 
 | 
			
		||||
@@ -72,6 +72,26 @@
 | 
			
		||||
						android:layout_height="wrap_content"
 | 
			
		||||
						android:gravity="right">
 | 
			
		||||
 | 
			
		||||
                        <LinearLayout
 | 
			
		||||
                            android:orientation="horizontal"
 | 
			
		||||
                            android:layout_width="wrap_content"
 | 
			
		||||
                            android:layout_height="wrap_content">
 | 
			
		||||
 | 
			
		||||
                            <Button
 | 
			
		||||
                                android:layout_width="wrap_content"
 | 
			
		||||
                                android:layout_height="wrap_content"
 | 
			
		||||
                                android:text="StartCenter"
 | 
			
		||||
                                android:textAllCaps="false"
 | 
			
		||||
                                android:onClick="onStartCenter"/>
 | 
			
		||||
 | 
			
		||||
                            <Button
 | 
			
		||||
                                android:layout_width="wrap_content"
 | 
			
		||||
                                android:layout_height="wrap_content"
 | 
			
		||||
                                android:text="StopCenter"
 | 
			
		||||
                                android:textAllCaps="false"
 | 
			
		||||
                                android:onClick="onStopCenter"/>
 | 
			
		||||
                        </LinearLayout>
 | 
			
		||||
                        
 | 
			
		||||
						<HorizontalScrollView
 | 
			
		||||
							android:layout_width="match_parent"
 | 
			
		||||
							android:layout_height="wrap_content">
 | 
			
		||||
@@ -105,54 +125,41 @@
 | 
			
		||||
							</LinearLayout>
 | 
			
		||||
 | 
			
		||||
						</HorizontalScrollView>
 | 
			
		||||
                        
 | 
			
		||||
                        <HorizontalScrollView
 | 
			
		||||
                            android:layout_width="match_parent"
 | 
			
		||||
                            android:layout_height="wrap_content">
 | 
			
		||||
 | 
			
		||||
                            <LinearLayout
 | 
			
		||||
                                android:orientation="horizontal"
 | 
			
		||||
                                android:layout_width="wrap_content"
 | 
			
		||||
                                android:layout_height="wrap_content">
 | 
			
		||||
						<HorizontalScrollView
 | 
			
		||||
							android:layout_width="match_parent"
 | 
			
		||||
							android:layout_height="wrap_content">
 | 
			
		||||
 | 
			
		||||
                                <Button
 | 
			
		||||
                                    android:layout_width="wrap_content"
 | 
			
		||||
                                    android:layout_height="wrap_content"
 | 
			
		||||
                                    android:text="SartTestDemoBindService"
 | 
			
		||||
                                    android:textAllCaps="false"
 | 
			
		||||
                                    android:onClick="onSartTestDemoBindService"/>
 | 
			
		||||
							<LinearLayout
 | 
			
		||||
								android:orientation="horizontal"
 | 
			
		||||
								android:layout_width="wrap_content"
 | 
			
		||||
								android:layout_height="wrap_content">
 | 
			
		||||
 | 
			
		||||
                                <Button
 | 
			
		||||
                                    android:layout_width="wrap_content"
 | 
			
		||||
                                    android:layout_height="wrap_content"
 | 
			
		||||
                                    android:text="StopTestDemoBindService"
 | 
			
		||||
                                    android:textAllCaps="false"
 | 
			
		||||
                                    android:onClick="onStopTestDemoBindService"/>
 | 
			
		||||
								<Button
 | 
			
		||||
									android:layout_width="wrap_content"
 | 
			
		||||
									android:layout_height="wrap_content"
 | 
			
		||||
									android:text="SartTestDemoBindService"
 | 
			
		||||
									android:textAllCaps="false"
 | 
			
		||||
									android:onClick="onSartTestDemoBindService"/>
 | 
			
		||||
 | 
			
		||||
                                <Button
 | 
			
		||||
                                    android:layout_width="wrap_content"
 | 
			
		||||
                                    android:layout_height="wrap_content"
 | 
			
		||||
                                    android:text="StopTestDemoBindServiceNoSettings"
 | 
			
		||||
                                    android:textAllCaps="false"
 | 
			
		||||
                                    android:onClick="onStopTestDemoBindServiceNoSettings"/>
 | 
			
		||||
								<Button
 | 
			
		||||
									android:layout_width="wrap_content"
 | 
			
		||||
									android:layout_height="wrap_content"
 | 
			
		||||
									android:text="StopTestDemoBindService"
 | 
			
		||||
									android:textAllCaps="false"
 | 
			
		||||
									android:onClick="onStopTestDemoBindService"/>
 | 
			
		||||
 | 
			
		||||
                            </LinearLayout>
 | 
			
		||||
								<Button
 | 
			
		||||
									android:layout_width="wrap_content"
 | 
			
		||||
									android:layout_height="wrap_content"
 | 
			
		||||
									android:text="StopTestDemoBindServiceNoSettings"
 | 
			
		||||
									android:textAllCaps="false"
 | 
			
		||||
									android:onClick="onStopTestDemoBindServiceNoSettings"/>
 | 
			
		||||
 | 
			
		||||
							</LinearLayout>
 | 
			
		||||
 | 
			
		||||
						</HorizontalScrollView>
 | 
			
		||||
                        
 | 
			
		||||
						<Button
 | 
			
		||||
							android:layout_width="wrap_content"
 | 
			
		||||
							android:layout_height="wrap_content"
 | 
			
		||||
							android:text="StartCenter"
 | 
			
		||||
							android:textAllCaps="false"
 | 
			
		||||
							android:onClick="onStartCenter"/>
 | 
			
		||||
 | 
			
		||||
						<Button
 | 
			
		||||
							android:layout_width="wrap_content"
 | 
			
		||||
							android:layout_height="wrap_content"
 | 
			
		||||
							android:text="StopCenter"
 | 
			
		||||
							android:textAllCaps="false"
 | 
			
		||||
							android:onClick="onStopCenter"/>
 | 
			
		||||
 | 
			
		||||
						<Button
 | 
			
		||||
							android:layout_width="wrap_content"
 | 
			
		||||
@@ -171,9 +178,9 @@
 | 
			
		||||
						<Button
 | 
			
		||||
							android:layout_width="wrap_content"
 | 
			
		||||
							android:layout_height="wrap_content"
 | 
			
		||||
							android:text="TestSOS"
 | 
			
		||||
							android:text="TestDemoServiceSOS"
 | 
			
		||||
							android:textAllCaps="false"
 | 
			
		||||
							android:onClick="onTestSOS"/>
 | 
			
		||||
							android:onClick="onTestDemoServiceSOS"/>
 | 
			
		||||
 | 
			
		||||
					</LinearLayout>
 | 
			
		||||
 | 
			
		||||
@@ -185,10 +192,10 @@
 | 
			
		||||
 | 
			
		||||
	</ScrollView>
 | 
			
		||||
 | 
			
		||||
    <cc.winboll.studio.libappbase.LogView
 | 
			
		||||
        android:layout_height="300dp"
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:id="@+id/activitymainLogView1"/>
 | 
			
		||||
    
 | 
			
		||||
	<cc.winboll.studio.libappbase.LogView
 | 
			
		||||
		android:layout_height="300dp"
 | 
			
		||||
		android:layout_width="match_parent"
 | 
			
		||||
		android:id="@+id/activitymainLogView1"/>
 | 
			
		||||
 | 
			
		||||
</LinearLayout>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user