remove ui hack, use padding instead of margin

This commit is contained in:
Vincent Breitmoser
2014-10-08 15:36:18 +02:00
parent 1b160f68c9
commit 590650a303
2 changed files with 3 additions and 14 deletions

View File

@@ -173,16 +173,6 @@ public class MultiCertifyKeyFragment extends LoaderFragment
}
});
// UI tidbit: "my key" is the area above the checkbox, if the user clicks there he
// probably actually wants to hit the checkbox
View vMyKeyLabel = view.findViewById(R.id.label_my_key);
vMyKeyLabel.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
mUploadKeyCheckbox.performClick();
}
});
return root;
}