Skip to content

Commit

Permalink
UI OPTIM
Browse files Browse the repository at this point in the history
  • Loading branch information
eritpchy committed Nov 12, 2017
1 parent afc4e72 commit f40a428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ private void doSettingsMenuInject(final Activity activity) {
itemHlinearLayout.setClickable(true);
itemHlinearLayout.setOnClickListener(view -> new SettingsView(activity).showInDialog());

int defHPadding = DpUtil.dip2px(activity, 15);
int defHPadding = DpUtil.dip2px(activity, 12);

TextView itemNameText = new TextView(activity);
StyleUtil.apply(itemNameText);
Expand Down

0 comments on commit f40a428

Please sign in to comment.