Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to remove TableLayout padding in ldpi layout
    primarykey
    data
    text
    <p>I am putting two images in a row, its goes well on hdpi and mdpi, but I try to open it in ldpi , the layout just get disturbed by unknown padding (dont know what it is)</p> <p>Correct image in hdpi and mdpi (how it should be displayed)</p> <p><a href="http://i.stack.imgur.com/OXw9G.png" rel="nofollow">http://i.stack.imgur.com/OXw9G.png</a></p> <p>Wrong image in ldpi</p> <p><a href="http://i.stack.imgur.com/wR3kw.png" rel="nofollow">http://i.stack.imgur.com/wR3kw.png</a></p> <p>code is the same, but dont know what happening in ldpi mode.</p> <pre><code>&lt;TableLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:stretchColumns="*" android:background="@color/Grey"&gt; &lt;TableRow&gt; &lt;FrameLayout android:id="@+id/inboxLargeButton" android:layout_height="wrap_content" android:layout_width="0dp" android:layout_weight="1"&gt; &lt;ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/inbox_normal" android:id="@+id/buttonWeddingDayCheatSheet" android:layout_gravity="center_horizontal"&gt; &lt;/ImageView&gt; &lt;TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="2631" android:layout_gravity="bottom" android:gravity="center" android:textColor="#fff" android:textSize="50dp" /&gt; &lt;/FrameLayout&gt; &lt;FrameLayout android:id="@+id/outboxLargeButton" android:layout_height="wrap_content" android:layout_width="0dp" android:layout_weight="1"&gt; &lt;ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ourbox_normal" android:id="@+id/buttonShareFavoriteRecipe" android:layout_gravity="center_horizontal"&gt; &lt;/ImageView&gt; &lt;TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="0296" android:layout_gravity="bottom" android:gravity="center" android:textColor="#fff" android:textSize="50dp" /&gt; &lt;/FrameLayout&gt; &lt;/TableRow&gt; &lt;/TableLayout&gt; </code></pre> <p>In ldpi, its also showing extra padding between rows in subsecuent rows of images.</p> <p>Any help?</p>
    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