Improve app updates page [1/2]

This commit is contained in:
Rahul Kumar Patel
2021-03-08 00:17:45 +05:30
parent 23ed1bd1a1
commit 527989a393
15 changed files with 526 additions and 202 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="8dp" />
<solid android:color="?colorAccent" />
</shape>