mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Padding now depends on screen size. Closes dev task #57.
This commit is contained in:
@@ -68,6 +68,7 @@ implements SpinnerAdapter {
|
||||
name.setTextSize(18);
|
||||
name.setMaxLines(1);
|
||||
Resources res = ctx.getResources();
|
||||
// FIXME: Use LayoutUtils.getPadding() here?
|
||||
int pad = res.getInteger(R.integer.spinner_padding);
|
||||
name.setPadding(pad, pad, pad, pad);
|
||||
LocalAuthorItem item = getItem(position);
|
||||
|
||||
Reference in New Issue
Block a user