Fix import remote profile

This commit is contained in:
世界
2023-09-02 19:35:23 +08:00
parent adfa128118
commit 1c8cc6b3cf
4 changed files with 34 additions and 1 deletions

View File

@@ -148,6 +148,14 @@
android:layout_marginTop="8dp"
android:text="@string/profile_share" />
<Button
android:id="@+id/shareURLButton"
style="@style/Widget.Material3.Button.ElevatedButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/profile_share_url" />
<Button
android:id="@+id/checkButton"
style="@style/Widget.Material3.Button.ElevatedButton"

View File

@@ -23,6 +23,7 @@
<string name="profile_edit_content">Edit Content</string>
<string name="profile_check">Check</string>
<string name="profile_share">Share</string>
<string name="profile_share_url">Share URL</string>
<string name="profile_input_required">Required</string>
<string name="profile_empty">Empty profiles</string>
<string name="profile_last_updated">Last Updated</string>