You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
290 B
18 lines
290 B
3 years ago
|
package com.fr.startup.ui;
|
||
|
|
||
|
/**
|
||
|
* created by Harrison on 2022/07/07
|
||
|
**/
|
||
|
public class StartupPageConstants {
|
||
|
|
||
|
/**
|
||
|
* 圆弧长度
|
||
|
*/
|
||
|
public static final int ARC_DIAMETER = 20;
|
||
|
|
||
|
/**
|
||
|
* 内容宽度
|
||
|
*/
|
||
|
public static final int CONTENT_WIDTH = 850;
|
||
|
}
|