coefficient screen added

This commit is contained in:
Pritimay Sarkar
2024-01-04 12:01:59 +05:30
parent 6d4adbc222
commit 02cdc49c9c
14 changed files with 759 additions and 6 deletions

View 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>