Android:按钮之间的奇怪差距

时间:2015-08-16 08:30:41

标签: android

我刚开始使用Android。我正在制作一个带按钮的布局,但是发生了一件非常奇怪的事情 - 它们之间存在很小的差距。将边距和填充设置为0也没有帮助。

这是我简单的布局:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    android:orientation="vertical">



<Button
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1"/>

    <Button
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"/>


</LinearLayout>

看起来像这样:enter image description here

2 个答案:

答案 0 :(得分:1)

制作自己的扁平按钮样式,带有涟漪效果[棒棒糖],没有它[pre-lollipop]: https://gist.github.com/dmytrodanylyk/3513e42839ae4309d2b5

答案 1 :(得分:0)

你必须使用android:background来改变按钮的背景。例如,如果您使用markdown,则会修复您的视觉问题。实际上,按钮之间没有空格,它们的背景会产生错觉&#34;