アプリ作って海外移住

コピペプログラマーのメモ

2016-11-22から1日間の記事一覧

スプラッシュ画面挿入

styles.xml <style name="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="android:windowBackground">@drawable/background_splash</item> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/…</item>