Play33
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
<gradient
|
||||
android:type="sweep"
|
||||
android:useLevel="false"
|
||||
android:startColor="#FF0000"
|
||||
android:centerColor="#FF5555"
|
||||
android:endColor="#FBD3D0"
|
||||
android:startColor="#ED9121"
|
||||
android:centerColor="#FFD700"
|
||||
android:endColor="#FFFFFF"
|
||||
android:centerY="0.50" />
|
||||
</shape>
|
||||
</animated-rotate>
|
||||
@@ -342,6 +342,7 @@
|
||||
android:layout_weight="4"
|
||||
android:gravity="center">
|
||||
|
||||
|
||||
<com.web.base.CircleImageView
|
||||
android:id="@+id/show_top_v"
|
||||
android:layout_width="100dp"
|
||||
@@ -349,7 +350,7 @@
|
||||
android:src="@mipmap/app_logo"
|
||||
android:visibility="visible"
|
||||
app:ease_border_color="#EEEEEE"
|
||||
app:ease_border_width="1dp"
|
||||
app:ease_border_width="1px"
|
||||
app:es_shape_type="round" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
<gradient
|
||||
android:type="sweep"
|
||||
android:useLevel="false"
|
||||
android:startColor="#FF0000"
|
||||
android:centerColor="#FF5555"
|
||||
android:endColor="#FBD3D0"
|
||||
android:startColor="#ED9121"
|
||||
android:centerColor="#88ED9121"
|
||||
android:endColor="#00ED9121"
|
||||
android:centerY="0.50" />
|
||||
</shape>
|
||||
</animated-rotate>
|
||||
@@ -60,10 +60,11 @@
|
||||
<item name="windowNoTitle">true</item>
|
||||
<!-- <item name="android:windowFullscreen">true</item>-->
|
||||
<!-- <item name="android:windowBackground">@drawable/splah_bg</item>-->
|
||||
<item name="android:windowBackground">@color/white</item>
|
||||
|
||||
<item name="android:navigationBarColor">@color/white</item>
|
||||
<!-- <item name="android:windowBackground">@mipmap/big_bg</item>-->
|
||||
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
|
||||
<item name="android:windowBackground">#161a20</item>
|
||||
|
||||
</style>
|
||||
</resources>
|
||||
@@ -12,6 +12,7 @@
|
||||
<!-- Status bar color. -->
|
||||
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="android:windowBackground">#161a20</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Calculcator1" parent="Theme.MaterialComponents.DayNight.DarkActionBar.Bridge">
|
||||
@@ -62,11 +63,12 @@
|
||||
<item name="windowNoTitle">true</item>
|
||||
<!-- <item name="android:windowFullscreen">true</item>-->
|
||||
<!-- <item name="android:windowBackground">@drawable/splah_bg</item>-->
|
||||
<item name="android:windowBackground">@color/white</item>
|
||||
|
||||
<item name="android:navigationBarColor">@color/white</item>
|
||||
<!-- <item name="android:windowBackground">@mipmap/big_bg</item>-->
|
||||
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
|
||||
<item name="android:windowBackground">#161a20</item>
|
||||
|
||||
</style>
|
||||
|
||||
<style name="MaterialDesignDialog" parent="@style/Theme.AppCompat.Dialog">
|
||||
|
||||
Reference in New Issue
Block a user