Skip to content

使用类似CheckBox控件的效果时,无法增加padding值,请问如何增加点击范围呢 #200

@zhangjianzhu

Description

@zhangjianzhu

如题:下面是使用代码
<com.lihang.ShadowLayout
android:id="@+id/slNewPasswordVisible"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/dp_24"
app:hl_layoutBackground="@drawable/ic_password_not_visible"
app:hl_layoutBackground_true="@drawable/ic_password_visible"
app:hl_shapeMode="selected"
app:layout_constraintBottom_toBottomOf="@+id/aetNewPassword"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/aetNewPassword" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions