mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Updated theming for the new login screen
This commit is contained in:
parent
529f5415c3
commit
f55c27a625
8 changed files with 193 additions and 114 deletions
5
app/src/main/res/drawable/blue_rinse_circle.xml
Normal file
5
app/src/main/res/drawable/blue_rinse_circle.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/primarySuperLightColor" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue