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
e9e5b448
Commit
e9e5b448
authored
Apr 07, 2025
by
zhangchengbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:添加常量值
parent
41a9a195
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
alert_top_pop.xml
app/src/main/res/drawable/alert_top_pop.xml
+10
-0
dimens.xml
app/src/main/res/values/dimens.xml
+7
-0
No files found.
app/src/main/res/drawable/alert_top_pop.xml
0 → 100644
View file @
e9e5b448
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<corners
android:radius=
"@dimen/pin_icon_size_22"
/>
<solid
android:color=
"#FFFFFF"
/>
</shape>
app/src/main/res/values/dimens.xml
View file @
e9e5b448
...
@@ -14,4 +14,11 @@
...
@@ -14,4 +14,11 @@
<dimen
name=
"attachment_button_height"
>
96dp
</dimen>
<dimen
name=
"attachment_button_height"
>
96dp
</dimen>
<dimen
name=
"attachment_button_width"
>
90dp
</dimen>
<dimen
name=
"attachment_button_width"
>
90dp
</dimen>
<dimen
name=
"default_keyboard_height"
>
250dp
</dimen>
<dimen
name=
"default_keyboard_height"
>
250dp
</dimen>
<dimen
name=
"pin_icon_size_22"
>
22dp
</dimen>
<dimen
name=
"height_size_55"
>
55dp
</dimen>
<dimen
name=
"height_size_40"
>
40dp
</dimen>
<dimen
name=
"height_size_100"
>
100dp
</dimen>
<dimen
name=
"font_size_16"
>
16sp
</dimen>
</resources>
</resources>
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