- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
如何放置 drawableLeft
和 AppCompatButton
的按钮文本,如下图所示?
我已尝试应用 paddingLeft
,但文本从 drawable 向右移动。
<android.support.v7.widget.AppCompatButton
android:id="@+id/filterBy"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawableLeft="@drawable/ic_btn_filter"
android:paddingLeft="20dp"
android:text="@string/filter_by"
android:textAllCaps="false" />
到目前为止,结果看起来像
布局
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/profileHeader"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:layout_marginTop="10dp">
<android.support.v7.widget.AppCompatButton
android:id="@+id/findFriends"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawableLeft="@drawable/ic_btn_search"
android:text="@string/find_friends"
android:textAllCaps="false" />
<android.support.v7.widget.AppCompatButton
android:id="@+id/filterBy"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawableLeft="@drawable/ic_btn_filter"
android:text="@string/filter_by"
android:textAllCaps="false" />
</LinearLayout>
以及解释清楚的要求。
Using
layout_weight
property am adjusting the width of both buttons and what i have to do is, the text should be in center of the button and the drawable should be aligned near left of the text.
有什么建议吗?
最佳答案
使用
android:drawablePadding=""
关于android - 自定义 AppCompatButton drawableLeft?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34015022/
1.我不想为每个组件编写太多选择器。 2.我尝试编写一个EditText的子类,命名为EditTextDrawable。然后我这样做了: public EditTextWithDrawable(Con
我目前有一个 XML 中的按钮代码: 但是,我收到一个错误消息:Error: No resource found that matches the given name (at 'drawableL
我在 LinearLayout 中有一个按钮,我在其中分配了一个 XML 中的 drawableLeft,如下所示: 这工作正常,按钮看起来像预期的那样。 我想以编程方式更改图像以显示可用新闻的数量
我有一个带有 drawableLeft 的 Button,当我点击它时,我只想更改另一张图片的 drawableleft。我必须使用什么 Java 代码? XML: 最佳答案 这将在您按钮的 onC
我无法将我的 drawableLeft 图标居中。 我可以轻松地将图标放在文本的左侧,但如果我将引力设置为居中,则只有文本居中,而没有图标。 这就是我想要的: 这是我的: 10dp
在 XML 中,我们可以使用这种方式设置 drawableLeft: 如何以编程方式做同样的事情? 最佳答案 是的,使用 setCompoundDrawablesWithIntrinsicB
我有一个带有文本的按钮,左侧有一个可绘制对象。有什么方法可以在保持其纵横比的同时使可绘制比例达到适当的大小(填充按钮的高度)? 我的布局的相关摘录: 最佳答案 您可以根据按钮的尺寸
我找到了这个问答 Is it possible to change the left drawable of a Button in Selector xml?它对我不起作用。我试过这个:
我正在使用一个按钮 并使用 : 更改其文本颜色 zoom.setTextColor(Color.parseColor("voilet")); 但无法理解如何更改其图像?? 最佳答案 试试这个: in
简而言之,这就是我想要添加的自定义按钮,如下所示: IMG 是我的 mipmap 文件夹中的一个 .png 文件,SOME TEXT 只是一个字符串值。添加的虚线只是作为图像中的分隔符,而不是按钮中的
这个问题在这里已经有了答案: how to change a drawableLeft icon size on a button? (10 个答案) 关闭 5 年前。 我已经在寻找一些解决方案 h
如何放置 drawableLeft 和 AppCompatButton 的按钮文本,如下图所示? 我已尝试应用 paddingLeft,但文本从 drawable 向右移动。 到目前为止,结果看起来
有没有办法在 editText 中的 drawable 上将 alpha 设置为 drawableLeft? 我从 Google 的素材图标库中获取了图标。图标是 alpha
当使用 drawableLeft 使用带有额外 drawable 的复选框(除了用于复选框的那个)时,两个 drawable 相互重叠。 checkbox设置没什么特别的,这里: 实际结果: 预期结
我正在尝试在我的 Android 应用程序中使用矢量绘图。我用过http://android-developers.blogspot.com/2016/02/android-support-libra
我通过以下方式以编程方式添加/删除 drawableLeft: ((TextView)view).setCompoundDrawablesWithIntrinsicBounds(R.drawable.
我将图像设置到 RadioButton 的 drawableLeft,但它太大了。我想设置图像的高度、宽度和 scaleType 以使其看起来不错,就像在 ImageView 中一样: android
我在 4 个按钮上添加了一些图标,它们在按钮旁边看起来很大。那么如何调整它们的大小呢?我在按钮上使用了 drawableLeft 来添加图标。 可绘制对象称为交易、奖杯、拼图和扩音器。图标太大了。co
这是我的布局: 我面临的问题是可绘制复选标记。我将如何将它与文本对齐,它们都在按钮内居中?这是 XML: 应用 android:gravit
如何使用选择器更改按钮的 DrawableLeft 图像? 我正在使用下面的选择器文件和可绘制的形状 XML。单击按钮时,图像不会改变。 toolbar_butto
我是一名优秀的程序员,十分优秀!