Skip to content

Commit

Permalink
add missing XML files
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 10, 2022
1 parent 880f12f commit 3f7ad2e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/holo_blue_light"/>
<stroke
android:width="4dip"
android:color="@color/md_always_black_1000"/>
<corners android:radius="10dip"/>
<padding
android:bottom="0dip"
android:left="0dip"
android:right="0dip"
android:top="0dip"/>
</shape>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/holo_orange_light"/>
<stroke
android:width="3dip"
android:color="@color/md_orange_A700"/>
<corners android:radius="10dip"/>
<padding
android:bottom="0dip"
android:left="0dip"
android:right="0dip"
android:top="0dip"/>
</shape>

0 comments on commit 3f7ad2e

Please sign in to comment.