We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc4e72 commit f40a428Copy full SHA for f40a428
app/src/main/java/com/yyxx/wechatfp/xposed/plugin/XposedQQPlugin.java
@@ -474,7 +474,7 @@ private void doSettingsMenuInject(final Activity activity) {
474
itemHlinearLayout.setClickable(true);
475
itemHlinearLayout.setOnClickListener(view -> new SettingsView(activity).showInDialog());
476
477
- int defHPadding = DpUtil.dip2px(activity, 15);
+ int defHPadding = DpUtil.dip2px(activity, 12);
478
479
TextView itemNameText = new TextView(activity);
480
StyleUtil.apply(itemNameText);
0 commit comments