mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 20:09:19 +00:00
Improve: Top Appbar visual touchups
This commit is contained in:
6
src/main/res/drawable/bottom_corner.xml
Normal file
6
src/main/res/drawable/bottom_corner.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/shape_large_corner"
|
||||
android:bottomRightRadius="@dimen/shape_large_corner" />
|
||||
</shape>
|
Reference in New Issue
Block a user