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