Initial commit
This commit is contained in:
9
resources/res/drawable/bg_round_pressed.xml
Normal file
9
resources/res/drawable/bg_round_pressed.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval"
|
||||
android:useLevel="false">
|
||||
<solid android:color="#ddd"/>
|
||||
<size
|
||||
android:height="30dp"
|
||||
android:width="30dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user