mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-10 04:54:03 +08:00
refactor: migrate and update to YukiHookAPI 1.3.0
This commit is contained in:
@@ -776,6 +776,35 @@
|
||||
android:textColor="@color/colorTextGray"
|
||||
android:textSize="11sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginRight="15dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:background="@drawable/bg_permotion_round"
|
||||
android:gravity="center|start"
|
||||
android:orientation="horizontal"
|
||||
android:padding="10dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:src="@mipmap/ic_kavaref" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:autoLink="web"
|
||||
android:ellipsize="end"
|
||||
android:lineSpacingExtra="6dp"
|
||||
android:maxLines="2"
|
||||
android:text="@string/about_module_extension"
|
||||
android:textColor="@color/colorTextGray"
|
||||
android:textSize="11sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
</LinearLayout>
|
||||
|
BIN
module-app/src/main/res/mipmap-xxhdpi/ic_kavaref.png
Normal file
BIN
module-app/src/main/res/mipmap-xxhdpi/ic_kavaref.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@@ -157,4 +157,5 @@
|
||||
<string name="stack_trace_share_system_build_id">システムビルド ID</string>
|
||||
<string name="stack_trace_share_package_name">アプリのパッケージ名</string>
|
||||
<string name="stack_trace_share_other">その他の要件</string>
|
||||
<string name="about_module_extension">このモジュールは KavaRef を搭載しています。\n詳細はこちら https://github.com/HighCapable/KavaRef</string>
|
||||
</resources>
|
||||
|
@@ -159,4 +159,5 @@
|
||||
<string name="stack_trace_share_other">其它必要信息</string>
|
||||
<string name="share_with_file">以文件方式分享异常堆栈</string>
|
||||
<string name="share_with_file_tip">使用文件的方式代替文本分享异常堆栈</string>
|
||||
<string name="about_module_extension">此模块使用 KavaRef 强力驱动。\n了解更多 https://github.com/HighCapable/KavaRef</string>
|
||||
</resources>
|
@@ -155,4 +155,5 @@
|
||||
<string name="stack_trace_share_system_build_id">系統建置 ID</string>
|
||||
<string name="stack_trace_share_package_name">應用程式包名稱</string>
|
||||
<string name="stack_trace_share_other">其它必要資訊</string>
|
||||
<string name="about_module_extension">此模組使用 KavaRef 強力驅動。\n了解更多 https://github.com/HighCapable/KavaRef</string>
|
||||
</resources>
|
@@ -155,4 +155,5 @@
|
||||
<string name="stack_trace_share_system_build_id">系統建置 ID</string>
|
||||
<string name="stack_trace_share_package_name">應用程式包名稱</string>
|
||||
<string name="stack_trace_share_other">其它必要資訊</string>
|
||||
<string name="about_module_extension">此模組使用 KavaRef 強力驅動。\n了解更多 https://github.com/HighCapable/KavaRef</string>
|
||||
</resources>
|
@@ -155,4 +155,5 @@
|
||||
<string name="stack_trace_share_system_build_id">系統建置 ID</string>
|
||||
<string name="stack_trace_share_package_name">應用程式包名稱</string>
|
||||
<string name="stack_trace_share_other">其它必要資訊</string>
|
||||
<string name="about_module_extension">此模組使用 KavaRef 強力驅動。\n瞭解更多 https://github.com/HighCapable/KavaRef</string>
|
||||
</resources>
|
@@ -162,4 +162,5 @@
|
||||
<string name="stack_trace_share_other">Other Requirement</string>
|
||||
<string name="share_with_file">Share errors stacktrace with file</string>
|
||||
<string name="share_with_file_tip">Share errors stacktrace using files instead of text</string>
|
||||
<string name="about_module_extension">This Xposed Module is powered by KavaRef.\nLearn more https://github.com/HighCapable/KavaRef</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user