Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to separate icons from eachother android
    primarykey
    data
    text
    <p>i have a navigation bar on the bottom of the screen. I have a set of 3 buttons in this navbar, the buttons have an icon as background button there's no space between eachother. I've been searching in Google how to separate them from eachother but i haven't succeded. The questiion is: how can i separate them from eachother? here's is my xml code:</p> <p><strong>Main.xml</strong></p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" &gt; &lt;TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /&gt; &lt;LinearLayout android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:background="#5E767E" android:gravity="center" &gt; &lt;Button android:layout_height="wrap_content" android:id="@+id/back" android:layout_width="wrap_content" android:background="@drawable/button" /&gt; &lt;Button android:layout_height="wrap_content" android:id="@+id/home" android:layout_width="wrap_content" android:background="@drawable/button" /&gt; &lt;Button android:layout_height="wrap_content" android:id="@+id/next" android:layout_width="wrap_content" android:background="@drawable/button" /&gt; &lt;/LinearLayout&gt; &lt;/RelativeLayout&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload