Add profile sharing

This commit is contained in:
世界
2023-07-30 21:16:05 +08:00
parent 9575764f40
commit fe0b3fdce3
22 changed files with 302 additions and 87 deletions

View File

@@ -78,7 +78,7 @@
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/config_override_configure" />
android:text="@string/profile_override_configure" />
</LinearLayout>
</LinearLayout>

View File

@@ -135,6 +135,14 @@
</LinearLayout>
<Button
android:id="@+id/shareButton"
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" />
<Button
android:id="@+id/checkButton"
style="@style/Widget.Material3.Button.ElevatedButton"

View File

@@ -251,7 +251,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/title_config_override"
android:text="@string/title_profile_override"
android:textAppearance="?attr/textAppearanceTitleLarge">
</TextView>
@@ -260,7 +260,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/config_override_description" />
android:text="@string/profile_override_description" />
<LinearLayout
android:layout_width="match_parent"
@@ -273,7 +273,7 @@
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/config_override_configure" />
android:text="@string/profile_override_configure" />
</LinearLayout>