Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_flowbox
Project
Project
Details
Activity
Releases
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
android
android_flowbox
Commits
3fefa5a3
Commit
3fefa5a3
authored
Jul 02, 2021
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新主页火箭按钮样式
parent
85e3430c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
6 deletions
+14
-6
bg_gray_circle.xml
app/src/main/res/drawable/bg_gray_circle.xml
+8
-0
rubbish.gif
app/src/main/res/drawable/rubbish.gif
+0
-0
activity_main.xml
app/src/main/res/layout/activity_main.xml
+5
-5
colors.xml
app/src/main/res/values/colors.xml
+1
-1
No files found.
app/src/main/res/drawable/bg_gray_circle.xml
0 → 100644
View file @
3fefa5a3
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color=
"@color/color_10000000"
/>
<corners
android:radius=
"100dp"
/>
</shape>
\ No newline at end of file
app/src/main/res/drawable/rubbish.gif
0 → 100644
View file @
3fefa5a3
360 KB
app/src/main/res/layout/activity_main.xml
View file @
3fefa5a3
...
...
@@ -75,15 +75,15 @@
<LinearLayout
android:id=
"@+id/tab_rl_three"
android:layout_width=
"0dp"
android:layout_height=
"
10
0dp"
android:layout_height=
"
9
0dp"
android:layout_weight=
"1.0"
android:gravity=
"center_horizontal"
android:orientation=
"vertical"
>
android:gravity=
"center_horizontal"
>
<ImageView
android:id=
"@+id/tab_iv_three"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
android:layout_width=
"60dp"
android:layout_height=
"60dp"
android:background=
"@drawable/bg_gray_circle"
/>
</LinearLayout>
...
...
app/src/main/res/values/colors.xml
View file @
3fefa5a3
...
...
@@ -45,7 +45,7 @@
<color
name=
"color_F8F8F8"
>
#F8F8F8
</color>
<color
name=
"color_FB560C"
>
#FB560C
</color>
<color
name=
"color_EBB20D"
>
#EBB20D
</color>
<color
name=
"color_999"
>
#999999
</color>
<color
name=
"color_999"
>
#999999
</color>
color_E6E6E6
<color
name=
"color_555"
>
#555555
</color>
<color
name=
"color_F5F"
>
#F5F5F5
</color>
<color
name=
"color_F8F"
>
#F8F8F8
</color>
...
...
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