ソースを参照

修改

master
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

読み込み中…
キャンセル
保存