1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-26 02:42:16 -05:00

Using slightly more space for the conversations

This commit is contained in:
Sebastian Kaspari 2010-03-17 20:02:30 +01:00
parent c88322a922
commit f84804bea7

View File

@ -199,7 +199,7 @@ public class DeckAdapter extends BaseAdapter
list.setDivider(null);
list.setLayoutParams(new Gallery.LayoutParams(
parent.getWidth() / 100 * 85,
parent.getHeight() / 100 * 95
parent.getHeight()
));
list.setBackgroundResource(R.layout.rounded);
list.setPadding(5, 5, 5, 5);