mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
修复隐藏移动类型和箭头后,间距过大的问题
This commit is contained in:
@@ -24,12 +24,12 @@ class HideMobileActivityIcon : IXposedHookLoadPackage {
|
||||
(XposedHelpers.getObjectField(
|
||||
param.thisObject,
|
||||
"mLeftInOut"
|
||||
) as ImageView).visibility = View.INVISIBLE
|
||||
) as ImageView).visibility = View.GONE
|
||||
|
||||
(XposedHelpers.getObjectField(
|
||||
param.thisObject,
|
||||
"mRightInOut"
|
||||
) as ImageView).visibility = View.INVISIBLE
|
||||
) as ImageView).visibility = View.GONE
|
||||
}
|
||||
}
|
||||
})
|
||||
@@ -44,12 +44,12 @@ class HideMobileActivityIcon : IXposedHookLoadPackage {
|
||||
(XposedHelpers.getObjectField(
|
||||
param.thisObject,
|
||||
"mLeftInOut"
|
||||
) as ImageView).visibility = View.INVISIBLE
|
||||
) as ImageView).visibility = View.GONE
|
||||
|
||||
(XposedHelpers.getObjectField(
|
||||
param.thisObject,
|
||||
"mRightInOut"
|
||||
) as ImageView).visibility = View.INVISIBLE
|
||||
) as ImageView).visibility = View.GONE
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user