Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
R
reelshort white
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
reelshort white
Commits
446fb549
Commit
446fb549
authored
Feb 13, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
9ccd802a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
384 additions
and
1 deletion
+384
-1
build.gradle.kts
app/build.gradle.kts
+1
-1
ProfileFragment.kt
...src/main/java/com/base/appzxhy/ui/main/ProfileFragment.kt
+12
-0
bg_26ffffff_10.xml
app/src/main/res/drawable/bg_26ffffff_10.xml
+5
-0
bg_ff5055_fe23bf.xml
app/src/main/res/drawable/bg_ff5055_fe23bf.xml
+10
-0
bg_stroke_ffffff_10_1_5.xml
app/src/main/res/drawable/bg_stroke_ffffff_10_1_5.xml
+9
-0
fragment_profile.xml
app/src/main/res/layout/fragment_profile.xml
+338
-0
jiantou2.png
app/src/main/res/mipmap-xxhdpi/jiantou2.png
+0
-0
p_djinbi.png
app/src/main/res/mipmap-xxhdpi/p_djinbi.png
+0
-0
p_earn.png
app/src/main/res/mipmap-xxhdpi/p_earn.png
+0
-0
p_feedback.png
app/src/main/res/mipmap-xxhdpi/p_feedback.png
+0
-0
p_invitation.png
app/src/main/res/mipmap-xxhdpi/p_invitation.png
+0
-0
p_language.png
app/src/main/res/mipmap-xxhdpi/p_language.png
+0
-0
p_mycoupons.png
app/src/main/res/mipmap-xxhdpi/p_mycoupons.png
+0
-0
p_mylist.png
app/src/main/res/mipmap-xxhdpi/p_mylist.png
+0
-0
p_setting.png
app/src/main/res/mipmap-xxhdpi/p_setting.png
+0
-0
p_touxiang.png
app/src/main/res/mipmap-xxhdpi/p_touxiang.png
+0
-0
strings.xml
app/src/main/res/values/strings.xml
+9
-0
No files found.
app/build.gradle.kts
View file @
446fb549
...
@@ -110,12 +110,12 @@ dependencies {
...
@@ -110,12 +110,12 @@ dependencies {
//第三方UI控件
//第三方UI控件
implementation
(
"io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.4"
)
implementation
(
"io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.4"
)
implementation
(
"com.github.zhpanvip:bannerviewpager:3.5.12"
)
implementation
(
"com.github.zhpanvip:bannerviewpager:3.5.12"
)
implementation
(
"com.github.angcyo.DslTablayout:TabLayout:3.6.4"
)
implementation
(
"com.github.angcyo.DslTablayout:TabLayout:3.6.4"
)
implementation
(
"com.github.angcyo.DslTablayout:ViewPager2Delegate:3.6.4"
)
implementation
(
"com.github.angcyo.DslTablayout:ViewPager2Delegate:3.6.4"
)
implementation
(
"io.github.litao0621:nifty-slider:2.0.2"
)
implementation
(
"io.github.litao0621:nifty-slider:2.0.2"
)
implementation
(
"io.github.razerdp:BasePopup:3.2.1"
)
implementation
(
"io.github.razerdp:BasePopup:3.2.1"
)
implementation
(
"com.github.Dimezis:BlurView:version-2.0.6"
)
implementation
(
"com.github.Dimezis:BlurView:version-2.0.6"
)
implementation
(
"de.hdodenhof:circleimageview:3.1.0"
)
//firebase
//firebase
implementation
(
platform
(
"com.google.firebase:firebase-bom:32.3.1"
))
implementation
(
platform
(
"com.google.firebase:firebase-bom:32.3.1"
))
...
...
app/src/main/java/com/base/appzxhy/ui/main/ProfileFragment.kt
View file @
446fb549
package
com.base.appzxhy.ui.main
package
com.base.appzxhy.ui.main
import
androidx.core.view.updatePadding
import
com.base.appzxhy.base.BaseFragment
import
com.base.appzxhy.base.BaseFragment
import
com.base.appzxhy.databinding.FragmentProfileBinding
import
com.base.appzxhy.databinding.FragmentProfileBinding
import
com.base.appzxhy.utils.BarUtils
class
ProfileFragment
:
BaseFragment
<
FragmentProfileBinding
>(
FragmentProfileBinding
::
inflate
)
{
class
ProfileFragment
:
BaseFragment
<
FragmentProfileBinding
>(
FragmentProfileBinding
::
inflate
)
{
override
fun
initView
()
{
super
.
initView
()
binding
.
root
.
updatePadding
(
top
=
BarUtils
.
getStatusBarHeight
())
}
override
fun
initListener
()
{
super
.
initListener
()
}
}
}
\ No newline at end of file
app/src/main/res/drawable/bg_26ffffff_10.xml
0 → 100644
View file @
446fb549
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color=
"#26FFFFFF"
/>
<corners
android:radius=
"10dp"
/>
</shape>
\ No newline at end of file
app/src/main/res/drawable/bg_ff5055_fe23bf.xml
0 → 100644
View file @
446fb549
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<gradient
android:endColor=
"#FE23BF"
android:startColor=
"#FF5055"
/>
<corners
android:radius=
"10dp"
/>
</shape>
\ No newline at end of file
app/src/main/res/drawable/bg_stroke_ffffff_10_1_5.xml
0 → 100644
View file @
446fb549
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<stroke
android:width=
"1.5dp"
android:color=
"@color/white"
/>
<corners
android:radius=
"10dp"
/>
</shape>
\ No newline at end of file
app/src/main/res/layout/fragment_profile.xml
View file @
446fb549
This diff is collapsed.
Click to expand it.
app/src/main/res/mipmap-xxhdpi/jiantou2.png
0 → 100644
View file @
446fb549
512 Bytes
app/src/main/res/mipmap-xxhdpi/p_djinbi.png
0 → 100644
View file @
446fb549
10.2 KB
app/src/main/res/mipmap-xxhdpi/p_earn.png
0 → 100644
View file @
446fb549
1.99 KB
app/src/main/res/mipmap-xxhdpi/p_feedback.png
0 → 100644
View file @
446fb549
3.37 KB
app/src/main/res/mipmap-xxhdpi/p_invitation.png
0 → 100644
View file @
446fb549
1.69 KB
app/src/main/res/mipmap-xxhdpi/p_language.png
0 → 100644
View file @
446fb549
3.98 KB
app/src/main/res/mipmap-xxhdpi/p_mycoupons.png
0 → 100644
View file @
446fb549
2.27 KB
app/src/main/res/mipmap-xxhdpi/p_mylist.png
0 → 100644
View file @
446fb549
2.31 KB
app/src/main/res/mipmap-xxhdpi/p_setting.png
0 → 100644
View file @
446fb549
3.26 KB
app/src/main/res/mipmap-xxhdpi/p_touxiang.png
0 → 100644
View file @
446fb549
8.32 KB
app/src/main/res/values/strings.xml
View file @
446fb549
...
@@ -34,5 +34,14 @@
...
@@ -34,5 +34,14 @@
<string
name=
"report_desc"
>
Something wrong with this episode? Give feedback to help us improve your experience.
</string>
<string
name=
"report_desc"
>
Something wrong with this episode? Give feedback to help us improve your experience.
</string>
<!-- TODO: Remove or change this placeholder text -->
<!-- TODO: Remove or change this placeholder text -->
<string
name=
"hello_blank_fragment"
>
Hello blank fragment
</string>
<string
name=
"hello_blank_fragment"
>
Hello blank fragment
</string>
<string
name=
"sign_in"
>
Sign in
</string>
<string
name=
"my_wallet"
>
My Wallet
</string>
<string
name=
"detail"
>
Detail
</string>
<string
name=
"refill"
>
Refill
</string>
<string
name=
"earn_rewards"
>
Earn Rewards
</string>
<string
name=
"my_coupons"
>
My Coupons
</string>
<string
name=
"feedback"
>
Feedback
</string>
<string
name=
"language"
>
Language
</string>
<string
name=
"setting"
>
Setting
</string>
</resources>
</resources>
\ 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