mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2026-02-04 20:26:58 +08:00
refactor: update text and enhance link styling in MainActivity
This commit is contained in:
@@ -66,6 +66,7 @@ dependencies {
|
||||
ksp(libs.yukihookapi.ksp.xposed)
|
||||
implementation(libs.kavaref.core)
|
||||
implementation(libs.kavaref.extension)
|
||||
implementation(libs.betterandroid.ui.extension)
|
||||
implementation(libs.project.promote)
|
||||
implementation(libs.libsu)
|
||||
implementation(libs.drawabletoolbox)
|
||||
|
||||
@@ -48,6 +48,7 @@ import com.fankes.coloros.notify.utils.tool.GithubReleaseTool
|
||||
import com.fankes.coloros.notify.utils.tool.I18nWarnTool
|
||||
import com.fankes.coloros.notify.utils.tool.SystemUITool
|
||||
import com.fankes.projectpromote.ProjectPromote
|
||||
import com.highcapable.betterandroid.ui.extension.view.isUnderline
|
||||
import com.highcapable.yukihookapi.YukiHookAPI
|
||||
|
||||
class MainActivity : BaseActivity<ActivityMainBinding>() {
|
||||
@@ -339,6 +340,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
|
||||
/** 项目地址按钮点击事件 */
|
||||
binding.titleGithubIcon.setOnClickListener { openBrowser(url = "https://github.com/fankes/ColorOSNotifyIcon") }
|
||||
/** 恰饭! */
|
||||
binding.linkWithFollowMe.isUnderline = true
|
||||
binding.linkWithFollowMe.setOnClickListener {
|
||||
openBrowser(url = "https://www.coolapk.com/u/876977", packageName = "com.coolapk.market")
|
||||
}
|
||||
|
||||
@@ -1249,24 +1249,10 @@
|
||||
android:layout_marginBottom="10dp"
|
||||
android:gravity="center"
|
||||
android:lineSpacingExtra="6dp"
|
||||
android:text="恰饭时间\n点击前往酷安关注我,获取我的更多应用"
|
||||
android:text="点击这里前往酷安关注我,获取我的更多应用"
|
||||
android:textColor="@color/colorTextGray"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="10dp"
|
||||
app:cardCornerRadius="15dp"
|
||||
app:cardElevation="0dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:adjustViewBounds="true"
|
||||
android:src="@mipmap/bg_payment_code" />
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user