mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
set padding for sublog entries
This commit is contained in:
parent
ba724353e5
commit
059c058040
@ -133,6 +133,8 @@ public class LogDisplayFragment extends ListFragment implements OnItemClickListe
|
||||
ih.mSub.setVisibility(View.VISIBLE);
|
||||
convertView.setClickable(false);
|
||||
|
||||
convertView.setPadding((entry.mIndent) * dipFactor, 0, 0, 0);
|
||||
|
||||
OperationResult result = ((SubLogEntryParcel) entry).getSubResult();
|
||||
LogEntryParcel subEntry = result.getLog().getLast();
|
||||
if (subEntry != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user