sunfengxiang преди 3 години
родител
ревизия
8106c6f548
променени са 32 файла, в които са добавени 278 реда и са изтрити 4 реда
  1. +3
    -0
      .idea/.gitignore
  2. +1
    -0
      .idea/.name
  3. +6
    -0
      .idea/compiler.xml
  4. +21
    -0
      .idea/gradle.xml
  5. +35
    -0
      .idea/jarRepositories.xml
  6. +33
    -0
      .idea/misc.xml
  7. +6
    -0
      .idea/vcs.xml
  8. +2
    -2
      app/src/main/AndroidManifest.xml
  9. Двоични данни
      app/src/main/ic_launcher_test-playstore.png
  10. Двоични данни
      app/src/main/ic_launcher_yhzl-playstore.png
  11. +1
    -1
      app/src/main/java/com/nsgk/ruralWeb/FullscreenActivity.java
  12. +74
    -0
      app/src/main/res/drawable/ic_launcher_test_background.xml
  13. +74
    -0
      app/src/main/res/drawable/ic_launcher_yhzl_background.xml
  14. +5
    -0
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_yhzl.xml
  15. +5
    -0
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_yhzl_round.xml
  16. Двоични данни
      app/src/main/res/mipmap-hdpi/ic_launcher_yhzl.png
  17. Двоични данни
      app/src/main/res/mipmap-hdpi/ic_launcher_yhzl_foreground.png
  18. Двоични данни
      app/src/main/res/mipmap-hdpi/ic_launcher_yhzl_round.png
  19. Двоични данни
      app/src/main/res/mipmap-mdpi/ic_launcher_yhzl.png
  20. Двоични данни
      app/src/main/res/mipmap-mdpi/ic_launcher_yhzl_foreground.png
  21. Двоични данни
      app/src/main/res/mipmap-mdpi/ic_launcher_yhzl_round.png
  22. Двоични данни
      app/src/main/res/mipmap-xhdpi/ic_launcher_yhzl.png
  23. Двоични данни
      app/src/main/res/mipmap-xhdpi/ic_launcher_yhzl_foreground.png
  24. Двоични данни
      app/src/main/res/mipmap-xhdpi/ic_launcher_yhzl_round.png
  25. Двоични данни
      app/src/main/res/mipmap-xxhdpi/ic_launcher_yhzl.png
  26. Двоични данни
      app/src/main/res/mipmap-xxhdpi/ic_launcher_yhzl_foreground.png
  27. Двоични данни
      app/src/main/res/mipmap-xxhdpi/ic_launcher_yhzl_round.png
  28. Двоични данни
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_yhzl.png
  29. Двоични данни
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_yhzl_foreground.png
  30. Двоични данни
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_yhzl_round.png
  31. +1
    -1
      app/src/main/res/values/strings.xml
  32. +11
    -0
      sh.exe.stackdump

+ 3
- 0
.idea/.gitignore Целия файл

@@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

+ 1
- 0
.idea/.name Целия файл

@@ -0,0 +1 @@
nsgk_rural_web

+ 6
- 0
.idea/compiler.xml Целия файл

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="11" />
</component>
</project>

+ 21
- 0
.idea/gradle.xml Целия файл

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleHome" value="$PROJECT_DIR$/../../program/gradle-6.8.1" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
</project>

+ 35
- 0
.idea/jarRepositories.xml Целия файл

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenRepo" />
<option name="name" value="MavenRepo" />
<option name="url" value="https://repo.maven.apache.org/maven2/" />
</remote-repository>
<remote-repository>
<option name="id" value="BintrayJCenter" />
<option name="name" value="BintrayJCenter" />
<option name="url" value="https://jcenter.bintray.com/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven" />
<option name="name" value="maven" />
<option name="url" value="https://jitpack.io" />
</remote-repository>
<remote-repository>
<option name="id" value="Google" />
<option name="name" value="Google" />
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
</remote-repository>
</component>
</project>

+ 33
- 0
.idea/misc.xml Целия файл

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">
<map>
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/drawable/ic_launcher_2q3h_background.xml" value="0.318" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/drawable/ic_launcher_nyzf_background.xml" value="0.318" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/drawable/ic_launcher_test_background.xml" value="0.344" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/drawable/ic_launcher_zjddc_background.xml" value="0.318" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/layout/activity_fullscreen.xml" value="0.36614583333333334" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/layout/activity_welcome.xml" value="0.36614583333333334" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" value="0.318" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_2q3h.xml" value="0.328" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_2q3h_round.xml" value="0.328" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_nyzf.xml" value="0.318" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_nyzf_round.xml" value="0.328" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml" value="0.309" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_test_round.xml" value="0.309" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_white_round.xml" value="0.328" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_yhzl.xml" value="0.308" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_yhzl_round.xml" value="0.308" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_zjddc.xml" value="0.309" />
<entry key="..\:/androidspace/nsgk_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_zjddc_round.xml" value="0.318" />
</map>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>

+ 6
- 0
.idea/vcs.xml Целия файл

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

+ 2
- 2
app/src/main/AndroidManifest.xml Целия файл

@@ -20,8 +20,8 @@
<application
android:requestLegacyExternalStorage="true"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher_zjddc"
android:roundIcon="@mipmap/ic_launcher_zjddc_round"
android:icon="@mipmap/ic_launcher_yhzl"
android:roundIcon="@mipmap/ic_launcher_yhzl_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:usesCleartextTraffic="true"


Двоични данни
app/src/main/ic_launcher_test-playstore.png Целия файл

Преди След
Ширина: 512  |  Височина: 512  |  Големина: 82 KiB

Двоични данни
app/src/main/ic_launcher_yhzl-playstore.png Целия файл

Преди След
Ширина: 512  |  Височина: 512  |  Големина: 202 KiB

+ 1
- 1
app/src/main/java/com/nsgk/ruralWeb/FullscreenActivity.java Целия файл

@@ -43,7 +43,7 @@ public class FullscreenActivity extends AppCompatActivity {
.interceptUnkownUrl() //拦截找不到相关页面的Url AgentWeb 3.0.0 加入。
.createAgentWeb()//创建AgentWeb。
.ready()//设置 WebSettings。
.go("http://124.71.46.81:83/homesteadLogin"); //WebView载入该url地址的页面并显示。
.go("http://222.179.163.90:82/yinnongLogin"); //WebView载入该url地址的页面并显示。

}



+ 74
- 0
app/src/main/res/drawable/ic_launcher_test_background.xml Целия файл

@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="utf-8"?>
<vector
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
</vector>

+ 74
- 0
app/src/main/res/drawable/ic_launcher_yhzl_background.xml Целия файл

@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="utf-8"?>
<vector
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
</vector>

+ 5
- 0
app/src/main/res/mipmap-anydpi-v26/ic_launcher_yhzl.xml Целия файл

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_yhzl_background"/>
<foreground android:drawable="@mipmap/ic_launcher_yhzl_foreground"/>
</adaptive-icon>

+ 5
- 0
app/src/main/res/mipmap-anydpi-v26/ic_launcher_yhzl_round.xml Целия файл

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_yhzl_background"/>
<foreground android:drawable="@mipmap/ic_launcher_yhzl_foreground"/>
</adaptive-icon>

Двоични данни
app/src/main/res/mipmap-hdpi/ic_launcher_yhzl.png Целия файл

Преди След
Ширина: 72  |  Височина: 72  |  Големина: 5.4 KiB

Двоични данни
app/src/main/res/mipmap-hdpi/ic_launcher_yhzl_foreground.png Целия файл

Преди След
Ширина: 162  |  Височина: 162  |  Големина: 15 KiB

Двоични данни
app/src/main/res/mipmap-hdpi/ic_launcher_yhzl_round.png Целия файл

Преди След
Ширина: 72  |  Височина: 72  |  Големина: 7.4 KiB

Двоични данни
app/src/main/res/mipmap-mdpi/ic_launcher_yhzl.png Целия файл

Преди След
Ширина: 48  |  Височина: 48  |  Големина: 2.9 KiB

Двоични данни
app/src/main/res/mipmap-mdpi/ic_launcher_yhzl_foreground.png Целия файл

Преди След
Ширина: 108  |  Височина: 108  |  Големина: 6.7 KiB

Двоични данни
app/src/main/res/mipmap-mdpi/ic_launcher_yhzl_round.png Целия файл

Преди След
Ширина: 48  |  Височина: 48  |  Големина: 3.9 KiB

Двоични данни
app/src/main/res/mipmap-xhdpi/ic_launcher_yhzl.png Целия файл

Преди След
Ширина: 96  |  Височина: 96  |  Големина: 8.6 KiB

Двоични данни
app/src/main/res/mipmap-xhdpi/ic_launcher_yhzl_foreground.png Целия файл

Преди След
Ширина: 216  |  Височина: 216  |  Големина: 24 KiB

Двоични данни
app/src/main/res/mipmap-xhdpi/ic_launcher_yhzl_round.png Целия файл

Преди След
Ширина: 96  |  Височина: 96  |  Големина: 12 KiB

Двоични данни
app/src/main/res/mipmap-xxhdpi/ic_launcher_yhzl.png Целия файл

Преди След
Ширина: 144  |  Височина: 144  |  Големина: 17 KiB

Двоични данни
app/src/main/res/mipmap-xxhdpi/ic_launcher_yhzl_foreground.png Целия файл

Преди След
Ширина: 324  |  Височина: 324  |  Големина: 49 KiB

Двоични данни
app/src/main/res/mipmap-xxhdpi/ic_launcher_yhzl_round.png Целия файл

Преди След
Ширина: 144  |  Височина: 144  |  Големина: 24 KiB

Двоични данни
app/src/main/res/mipmap-xxxhdpi/ic_launcher_yhzl.png Целия файл

Преди След
Ширина: 192  |  Височина: 192  |  Големина: 29 KiB

Двоични данни
app/src/main/res/mipmap-xxxhdpi/ic_launcher_yhzl_foreground.png Целия файл

Преди След
Ширина: 432  |  Височина: 432  |  Големина: 79 KiB

Двоични данни
app/src/main/res/mipmap-xxxhdpi/ic_launcher_yhzl_round.png Целия файл

Преди След
Ширина: 192  |  Височина: 192  |  Големина: 39 KiB

+ 1
- 1
app/src/main/res/values/strings.xml Целия файл

@@ -1,5 +1,5 @@
<resources>
<string name="app_name">宅基地调查</string>
<string name="app_name">银农直联</string>
<string name="dummy_button">Dummy Button</string>
<string name="dummy_content">DUMMY\nCONTENT</string>
</resources>

+ 11
- 0
sh.exe.stackdump Целия файл

@@ -0,0 +1,11 @@
Stack trace:
Frame Function Args
00000010002 0018005E0DE (0018023E7F0, 00180230C39, 00000010002, 000FFFFBA00)
00000010002 001800468F9 (00000000002, 001803200A8, 00000000002, 001803200A8)
00000010002 00180046932 (00000000002, 001803203B8, 00000010002, 00000000008)
00000010002 0018005799C (00180047D9E, 00000000000, 00000000000, 00000000000)
000FFFFCCD0 00180057A40 (365C315C315C2F5C, 355C355C325C2E5C, 335C325C325C2E5C, 365C325C325C2E5C)
000FFFFCCD0 00180047081 (00000000000, 00000000000, 00000000000, 00000000000)
00000000000 00180045A03 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0 00180045AB4 (00000000000, 00000000000, 00000000000, 00000000000)
End of stack trace

Зареждане…
Отказ
Запис