coefficient screen added
This commit is contained in:
9
app/src/main/res/drawable/border.xml
Normal file
9
app/src/main/res/drawable/border.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<!-- res/drawable/border.xml -->
|
||||
<shape xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
tools:ignore="ExtraText">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke
|
||||
android:color="#000000"
|
||||
android:width="2dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user