refactor: 更改应用名称为“星语”
This commit is contained in:
parent
1bbfaa7ce0
commit
40b0489056
@ -41,7 +41,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="30dp"
|
||||
android:text="kchat"
|
||||
android:text="@string/app_name"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="18sp"
|
||||
android:textStyle="bold" />
|
||||
|
@ -123,7 +123,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/margin"
|
||||
app:isBottomDividerVisible="true"
|
||||
app:itemName="关于kchat" />
|
||||
app:itemName="关于星语" />
|
||||
|
||||
<com.kaixed.kchat.ui.widget.CustomItem
|
||||
android:id="@+id/item_help_feedback"
|
||||
|
@ -1,5 +1,5 @@
|
||||
<resources>
|
||||
<string name="app_name">kchat</string>
|
||||
<string name="app_name">星语</string>
|
||||
<string name="signature">平安顺遂,喜乐无忧</string>
|
||||
<string name="name">kaixed</string>
|
||||
<string name="setting">设置</string>
|
||||
|
Loading…
Reference in New Issue
Block a user