mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-12-08 03:35:17 +00:00
Made login activity more modern
This commit is contained in:
9
app/src/main/res/drawable/activity_login_bg.xml
Normal file
9
app/src/main/res/drawable/activity_login_bg.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="135"
|
||||
android:centerColor="#3f51b5"
|
||||
android:endColor="#283593"
|
||||
android:startColor="#7986cb"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
@@ -2,8 +2,8 @@
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="135"
|
||||
android:centerColor="#009688"
|
||||
android:endColor="#00695C"
|
||||
android:startColor="#4DB6AC"
|
||||
android:centerColor="#3f51b5"
|
||||
android:endColor="#283593"
|
||||
android:startColor="#7986cb"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user