这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit f7c212a

Browse files
committed
fixed: Use standard size for bubble
1 parent 8863995 commit f7c212a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/termux/window/FloatingBubbleManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* to its original display.
1616
*/
1717
public class FloatingBubbleManager {
18-
private static final int DEFAULT_BUBBLE_SIZE_DP = 80;
18+
private static final int DEFAULT_BUBBLE_SIZE_DP = 56;
1919

2020
private TermuxFloatView mTermuxFloatView;
2121
private final int BUBBLE_SIZE_PX;

0 commit comments

Comments
 (0)