mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-12-16 16:01:02 +00:00
add logo, fix product size, detail product
This commit is contained in:
@ -15,7 +15,6 @@
|
||||
<item name="colorSurface">@color/white</item>
|
||||
<item name="colorOnSurface">@color/black</item>
|
||||
<item name="android:colorBackground">@color/white</item>
|
||||
<!-- <item name="colorBackground">@color/white</item>-->
|
||||
|
||||
<!-- Container Colors -->
|
||||
<item name="colorPrimaryContainer">@color/blue_50</item>
|
||||
@ -39,8 +38,6 @@
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="android:navigationBarColor">@android:color/transparent</item>
|
||||
<!-- <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>-->
|
||||
|
||||
<item name="android:textViewStyle">@style/body_medium</item>
|
||||
|
||||
</style>
|
||||
@ -319,7 +316,6 @@
|
||||
</style>
|
||||
|
||||
<!-- Styles -->
|
||||
|
||||
<style name="circular_image">
|
||||
<item name="cornerFamily">rounded</item>
|
||||
<item name="cornerSize">50%</item>
|
||||
@ -330,10 +326,9 @@
|
||||
<item name="cornerSize">5dp</item>
|
||||
</style>
|
||||
|
||||
|
||||
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">@color/white</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/logo_bisa_umkm</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/logo_psb</item>
|
||||
<item name="windowSplashScreenAnimationDuration">1000</item>
|
||||
<item name="android:windowSplashScreenBehavior" tools:targetApi="33">icon_preferred</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.Ecommerce_serang</item>
|
||||
|
||||
Reference in New Issue
Block a user