dodano kształt okna dialogowego i dolnego paska

This commit is contained in:
Naiki00 2021-02-18 13:58:15 +01:00
parent dc8e5c2b93
commit 7596d05205
2 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
</selector>
<solid android:color="@color/colorBottomToolbar" />
<corners
android:topLeftRadius="@dimen/_8sdp"
android:topRightRadius="@dimen/_8sdp" />
</shape>

View File

@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
</selector>
<solid android:color="@color/colorDialogWindow" />
<corners android:radius="@dimen/_15sdp" />
</shape>