Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
File Recovery RecycleBin
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
File Recovery RecycleBin
Commits
13ab945d
Commit
13ab945d
authored
Jan 23, 2025
by
周文华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【调整】调整引导弹窗dialog样式
parent
184f554d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
21 deletions
+28
-21
shape_circle.xml
app/src/main/res/drawable/shape_circle.xml
+6
-0
dialog_clean_guide.xml
app/src/main/res/layout/dialog_clean_guide.xml
+22
-21
No files found.
app/src/main/res/drawable/shape_circle.xml
0 → 100644
View file @
13ab945d
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"oval"
>
<solid
android:color=
"@color/white"
/>
</shape>
\ No newline at end of file
app/src/main/res/layout/dialog_clean_guide.xml
View file @
13ab945d
...
...
@@ -4,7 +4,8 @@
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
tools:background=
"@color/black"
>
<FrameLayout
android:layout_width=
"match_parent"
...
...
@@ -85,10 +86,10 @@
<View
android:layout_width=
"240dp"
android:layout_height=
"2
3
0dp"
android:layout_height=
"2
4
0dp"
android:layout_marginStart=
"35dp"
android:layout_marginTop=
"2
5
dp"
android:background=
"@
color/whit
e"
/>
android:layout_marginTop=
"2
0
dp"
android:background=
"@
drawable/shape_circl
e"
/>
<com.base.filerecoveryrecyclebin.view.XmlLottieAnimationView
...
...
@@ -125,28 +126,28 @@
android:textSize=
"15sp"
tools:ignore=
"HardcodedText"
/>
</LinearLayout>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:text=
"Click the button to clean the phone"
android:textColor=
"@color/white"
android:textSize=
"16sp"
android:textStyle=
"bold"
/>
</FrameLayout>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:includeFontPadding=
"false"
android:text=
"Click the button to clean the phone"
android:textColor=
"@color/white"
android:textSize=
"16sp"
/>
<TextView
android:id=
"@+id/tv_btn"
android:layout_width=
"wrap_content"
android:text=
"clean junk"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"15dp"
android:background=
"@drawable/bg_4773ff_22"
android:includeFontPadding=
"false"
android:textSize=
"16sp"
android:paddingVertical=
"10dp"
android:paddingHorizontal=
"16dp"
android:textColor=
"@color/black"
android:layout_gravity=
"center_horizontal"
android:background=
"@drawable/bg_ffffff_15"
android:layout_height=
"wrap_content"
/>
android:paddingHorizontal=
"24dp"
android:paddingVertical=
"12dp"
android:text=
"clean junk"
android:textColor=
"@color/white"
android:textSize=
"19sp"
/>
</LinearLayout>
\ No newline at end of file
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