Graphics edits
This commit is contained in:
12
app/src/main/res/drawable/textview_background.xml
Normal file
12
app/src/main/res/drawable/textview_background.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="@color/grey" />
|
||||
<corners android:radius="10dp" />
|
||||
<padding
|
||||
android:bottom="10dp"
|
||||
android:left="20dp"
|
||||
android:right="20dp"
|
||||
android:top="10dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user