Commit 446fb549 authored by wanglei's avatar wanglei

...

parent 9ccd802a
......@@ -110,12 +110,12 @@ dependencies {
//第三方UI控件
implementation("io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.4")
implementation("com.github.zhpanvip:bannerviewpager:3.5.12")
implementation("com.github.angcyo.DslTablayout:TabLayout:3.6.4")
implementation("com.github.angcyo.DslTablayout:ViewPager2Delegate:3.6.4")
implementation("io.github.litao0621:nifty-slider:2.0.2")
implementation("io.github.razerdp:BasePopup:3.2.1")
implementation("com.github.Dimezis:BlurView:version-2.0.6")
implementation("de.hdodenhof:circleimageview:3.1.0")
//firebase
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))
......
package com.base.appzxhy.ui.main
import androidx.core.view.updatePadding
import com.base.appzxhy.base.BaseFragment
import com.base.appzxhy.databinding.FragmentProfileBinding
import com.base.appzxhy.utils.BarUtils
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
<?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
<?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
<?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
......@@ -34,5 +34,14 @@
<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 -->
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment