`
lizhuang
  • 浏览: 902752 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Buttons in button bars should be borderless;

 
阅读更多
Bug起因,要写两个并排的按钮,登录按钮和注册按钮,因为没有背景图,美工在忙别的事,没空理。所以就出了这个问题

Buttons in button bars should be borderless; use style="?android:attr/buttonBarButtonStyle" (and ?android:attr/buttonBarStyle on the parent)


解决办法:
<Button
    android:id="@+id/button_send"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/button_send"
    android:onClick="sendMessage"
    style="?android:attr/borderlessButtonStyle" />

http://developer.android.com/guide/topics/ui/controls/button.html

文档看的好,大家都好。
分享到:
评论

相关推荐

    Android Button 自带阴影效果另一种解决办法

    在这个例子中,`parent="@style/Widget.AppCompat.Button.Borderless"`使得新定义的样式`Button_List_Style`继承了无边框Button的特性,从而去除了阴影。同时,我们还可以在此基础上定制Button的其他属性,例如尺寸...

    Navigation Buttons for button

    标题"Navigation Buttons for button"表明这是一个关于为Delphi按钮组件增添导航功能的资源。描述中的"a good navigation buttons for delphi best to try!"暗示这可能是一个高质量的导航按钮组件库,适用于Delphi...

    数学计算的mfc小程序

    The A window should provide two buttons: Start/Stop button and Pause/Continue button. 1. At the beginning, Only A window is visible, and there are two buttons on it: Start button is enabled, and ...

    Moving buttons. This effect can be done with labels as well.

    标题中的“Moving buttons”指的是在用户界面设计中,实现按钮移动效果的技术。这种效果不仅可以应用于按钮,还可以应用于标签(labels)。在编程和图形用户界面(GUI)开发中,动态效果可以提升用户体验,使得交互...

    button的js代码

    // This function renders a block of buttons function renderButtons(title){ Ext.getBody().createChild({tag: 'h2', html: title}); new ButtonPanel( 'Text Only', [{ text: 'Add User' },{ text: '...

    wpf radiobutton模版设计成button样式

    然而,有时候我们可能希望让RadioButton看起来更像一个Button,这可以通过自定义RadioButton的模板来实现。本教程将深入探讨如何将WPF的RadioButton设计成Button的样式。 首先,我们需要了解RadioButton的基本结构...

    pyqt5 buttons按钮简单操作(一)

    for i, button in enumerate([radio_button_male, radio_button_female]): group.setId(button, i) # 为每个按钮分配唯一ID button.clicked.connect(lambda checked, btn=button: on_button_clicked(group.id(btn)...

    CH08_FPGA_Button_FPGA实用示例BUTTON_thenls2_

    标题中的"CH08_FPGA_Button_FPGA实用示例BUTTON_thenls2_"表明这是一个关于FPGA(Field Programmable Gate Array,现场可编程门阵列)的教程,具体聚焦在使用按键这一功能。"CH08"可能代表章节编号,暗示这可能是...

    ToggleButtons,符合材料设计文档的android切换按钮。.zip

    ToggleButtons是针对Android平台的一个开源项目,专门设计用于实现符合材料设计规范的切换按钮。材料设计是Google推出的一种设计语言,旨在提供一致、直观且富有表现力的用户体验,而ToggleButtons则是这一设计理念...

    动态生成button并且实现分页

    foreach (var buttonElement in doc.Descendants("Button")) { Button btn = new Button(); btn.Text = buttonElement.Attribute("text").Value; this.Controls.Add(btn); } ``` 在实际项目中,我们可能还需要...

    button数组

    这段代码将IDC_BUTTON1到IDC_BUTTON10的按钮控件与数组m_buttons中的相应元素关联起来。 4. **使用控件数组**:现在,你可以通过数组索引操作所有按钮,比如设置按钮文本或响应点击事件: ```cpp for (int i = 0; i...

    自定义控件添加事件

    customButtons.Button1Click += CustomButtons_Button1Click; customButtons.Button2Click += CustomButtons_Button2Click; this.Controls.Add(customButtons); } private void CustomButtons_Button1Click...

    QML Button Group

    buttonGroup.buttons.append(button1) } Button { id: button2 text: "Button 2" // 添加按钮2到group buttonGroup.buttons.append(button2) } ``` 3. **互斥行为**:当按钮加入`ButtonGroup`后,系统会...

    s3c24xx_buttons.rar_s3c24xx button

    "s3c24xx_buttons.rar_s3c24xx button"这个压缩包文件很可能包含了针对S3C24XX平台的按键中断驱动源代码和相关文档。 S3C24XX处理器的中断系统是其核心功能之一,它允许处理器在执行其他任务时,通过中断服务例程来...

    datatables HTML5 buttons插件

    Buttons提供一套给用户添加自定义按钮的特性,让按钮看起来和表格是一个整体。 Buttons提供了一些基本的按钮,比如打印,导出之类的按钮,也提供了API让用户自己扩展按钮,触发自定义的操作。 当在DataTable中显示...

    Flutter-Sign-in-Button:Flutter的登录按钮帮助程序库

    import 'package:flutter_signin_button/flutter_signin_button.dart' ; 用于内置按钮。 SignInButton ( Buttons . Google , onPressed : () {}, ) // with custom text SignInButton ( Buttons . Google , ...

    Actual Title Buttons 3.6

    这不,一个名叫Actual Title Buttons的小工具就是专门用来对标题栏中的图标进行更改的,没想到吧。通过使用这一工具,你可以为普通窗口标题栏增加“最小化至系统托盘”和“总在最上面”两个特殊的按钮。

    css3 按钮简单10种颜色线性渐变web buttons网页按钮

    本教程将详细讲解如何利用CSS3创建10种不同颜色的线性渐变按钮,以实现美观且动态的Web Buttons。线性渐变在网页设计中被广泛应用,可以提升网页的视觉效果,让按钮看起来更加吸引人。 首先,我们来理解一下CSS3...

    Android按钮内带进度条Android Buttons With Built-in progress

    对于"按钮内带进度条",我们需要创建一个继承自`AppCompatButton`(或`Button`)的自定义类,并在其内部添加一个`ProgressBar`。 以下是一些关键步骤: 1. **创建自定义按钮类**:首先,创建一个新的Java类,继承...

    AlphaControls 2014 xe6 full source

    AlphaControls :: history ... * Fixed error in TsSpeedButton when Action used and button is destroyed * Improved switching of the TsSlider component * TsSlider is improved in some skins

Global site tag (gtag.js) - Google Analytics