1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-26 10:52: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.setDivider(null);
list.setLayoutParams(new Gallery.LayoutParams( list.setLayoutParams(new Gallery.LayoutParams(
parent.getWidth() / 100 * 85, parent.getWidth() / 100 * 85,
parent.getHeight() / 100 * 95 parent.getHeight()
)); ));
list.setBackgroundResource(R.layout.rounded); list.setBackgroundResource(R.layout.rounded);
list.setPadding(5, 5, 5, 5); list.setPadding(5, 5, 5, 5);