mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 20:09:19 +00:00
Update: Almost Full Rewrite of theme
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?attr/colorOnBackground" />
|
||||
<corners android:radius="10dp" />
|
||||
</shape>
|
@ -3,12 +3,12 @@
|
||||
|
||||
<solid
|
||||
android:angle="0"
|
||||
android:color="?android:attr/colorPrimary" />
|
||||
android:color="?attr/colorPrimary" />
|
||||
|
||||
<size
|
||||
android:width="6dp"
|
||||
android:height="50dp" />
|
||||
|
||||
<corners android:radius="6dp" />
|
||||
<corners android:radius="3dp" />
|
||||
|
||||
</shape>
|
@ -3,8 +3,10 @@
|
||||
|
||||
<solid
|
||||
android:angle="0"
|
||||
android:color="@null" />
|
||||
android:color="?attr/colorSurface" />
|
||||
|
||||
<corners android:radius="6dp" />
|
||||
<size android:width="6dp" />
|
||||
|
||||
<corners android:radius="3dp" />
|
||||
|
||||
</shape>
|
Reference in New Issue
Block a user