فهرست منبع

launcher: Added launch screen style.

eho 7 سال پیش
والد
کامیت
e0b8da6a4b
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/main/res/values/styles.xml

+ 6 - 0
src/main/res/values/styles.xml

@@ -144,6 +144,12 @@
 		<item name="windowActionBarOverlay">true</item>
 	</style>
 
+	<!-- Launch screen -->
+	<style name="Theme.ownCloud.Launcher">
+		<item name="android:windowBackground">@drawable/launch_screen</item>
+	</style>
+
+
 	<!-- Progress bar -->
 	<style name="Widget.ownCloud.TopProgressBar" parent="style/Widget.AppCompat.ProgressBar.Horizontal">
 		<item name="android:progressDrawable">@drawable/actionbar_progress_horizontal</item>