Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Simple-Sms
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangchengbo
Simple-Sms
Commits
30ffb940
Commit
30ffb940
authored
Nov 11, 2024
by
zhangchengbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:去除短信发送界面UI底部多功能样式,更改发送按钮,去除头部导航栏菜单项
parent
ca073136
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
activity_thread.xml
app/src/main/res/layout/activity_thread.xml
+0
-1
layout_thread_send_message_holder.xml
...src/main/res/layout/layout_thread_send_message_holder.xml
+2
-0
donottranslate.xml
app/src/main/res/values/donottranslate.xml
+2
-2
No files found.
app/src/main/res/layout/activity_thread.xml
View file @
30ffb940
...
...
@@ -150,7 +150,6 @@
layout=
"@layout/layout_thread_send_message_holder"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
/>
...
...
app/src/main/res/layout/layout_thread_send_message_holder.xml
View file @
30ffb940
...
...
@@ -93,6 +93,7 @@
android:layout_height=
"@dimen/normal_icon_size"
android:layout_marginStart=
"@dimen/small_margin"
android:alpha=
"0.9"
android:visibility=
"gone"
android:background=
"?selectableItemBackgroundBorderless"
android:contentDescription=
"@string/attachment"
android:padding=
"@dimen/normal_margin"
...
...
@@ -207,6 +208,7 @@
android:id=
"@+id/attachment_picker"
layout=
"@layout/layout_attachment_picker"
android:layout_width=
"match_parent"
android:visibility=
"gone"
android:layout_height=
"wrap_content"
/>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>
app/src/main/res/values/donottranslate.xml
View file @
30ffb940
<resources>
<string
name=
"package_name"
>
com.s
implemobiletools.smsmessenger
</string>
<string
name=
"package_name"
>
com.s
ecspace.sms
</string>
<string
name=
"mms_file_size_limit_100kb"
>
100KB
</string>
<string
name=
"mms_file_size_limit_200kb"
>
200KB
</string>
...
...
@@ -8,7 +8,7 @@
<string
name=
"mms_file_size_limit_600kb"
>
600KB
</string>
<string
name=
"mms_file_size_limit_1mb"
>
1MB
</string>
<string
name=
"mms_file_size_limit_2mb"
>
2MB
</string>
<string
name=
"sms"
>
SMS
</string>
<string
name=
"sms"
>
发送
</string>
<string
name=
"mms"
>
MMS
</string>
<string
name=
"message_details_sim"
>
SIM
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment