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:
parent
c88322a922
commit
f84804bea7
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user