Skip to content

Commit 92470c9

Browse files
committed
[Misc] (AppInfo): Add logo designer info.
1 parent 632c9dd commit 92470c9

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

app/src/main/res/layout/dialog_app_info.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,25 @@
9595
app:layout_constraintEnd_toEndOf="parent"
9696
app:layout_constraintStart_toEndOf="@+id/end_barrier" />
9797

98+
<TextView
99+
android:id="@+id/text_view_logo"
100+
android:layout_width="wrap_content"
101+
android:layout_height="wrap_content"
102+
android:layout_margin="5dp"
103+
android:text="@string/view_logo"
104+
app:layout_constraintStart_toStartOf="parent"
105+
app:layout_constraintTop_toBottomOf="@+id/text_info_copyright" />
106+
107+
<TextView
108+
android:id="@+id/text_info_logo"
109+
android:layout_width="0dp"
110+
android:layout_height="wrap_content"
111+
android:text="@string/info_logo"
112+
app:layout_constraintBaseline_toBaselineOf="@+id/text_view_logo"
113+
app:layout_constraintEnd_toEndOf="parent"
114+
app:layout_constraintStart_toEndOf="@+id/end_barrier" />
115+
116+
98117
</androidx.constraintlayout.widget.ConstraintLayout>
99118

100119
</ScrollView>

app/src/main/res/values-zh/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@
9797
<string name="remove_complete_title">移除完成</string>
9898
<string name="remove_complete_message">MobileGlues 相关文件已完全移除。\n若需进一步在您的设备上完全移除 MobileGlues,请卸载此软件。</string>
9999
<string name="exit">退出</string>
100+
<string name="view_logo">图标设计:</string>
100101
</resources>

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,6 @@ Please note, this action is <b><font color="@android:color/holo_red_dark">irreve
9999
<string name="remove_complete_title">Removal Complete</string>
100100
<string name="remove_complete_message">MobileGlues related files have been completely removed.\nIf you need to completely remove MobileGlues from your device, please uninstall this software.</string>
101101
<string name="exit">Exit</string>
102+
<string name="view_logo">Logo By:</string>
103+
<string name="info_logo" translatable="false">Aou156</string>
102104
</resources>

0 commit comments

Comments
 (0)