gpt4 book ai didi

android - CheckedTextView 的中心文本和复选标记

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:46:32 25 4
gpt4 key购买 nike

我实现的布局如下图所示:

enter image description here

我使用的代码是:

 <CheckedTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/big_green_btn_normal"
android:checkMark="@drawable/check_circle"
android:gravity="center_vertical"
android:text="@string/register_tempClickStaffingAgreement" />

这就是我想要的,如下图:

enter image description here

分享一些自定义它的想法,但不使用自定义线性或任何其他布局。我想要一个自定义 View 或 checkedTextView ...任何帮助将不胜感激。

谢谢..!!

最佳答案

请尝试使用下面的代码来实现您提到的检查 View :

<CheckedTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/darker_gray"
android:checkMark="@android:drawable/checkbox_on_background"
android:gravity="center"
android:text="Tempclick Staffing Agreement"
android:textAlignment="gravity" />

谢谢..!!

关于android - CheckedTextView 的中心文本和复选标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33251242/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com