imporve splash display, make floating window and side menu scrollable

This commit is contained in:
hyb1996
2017-07-08 20:14:43 +08:00
parent 46cd89d5a5
commit 10fd45b6c2
10 changed files with 460 additions and 516 deletions

View File

@@ -134,6 +134,6 @@ public class SplashActivity extends BaseActivity {
public void onADTick(long l) {
mSkipView.setText(String.format(Locale.getDefault(), getString(R.string.format_skip), Math.round(l / 1000f)));
}
}, 4000);
}, 0);
}
}