added print option in panels, created , activity fragment , and viewmodel , added the xml views and cards

This commit is contained in:
sathwik
2025-07-16 18:21:12 +05:30
committed by Sathwik
parent b6ae754f1b
commit 4293e87f07
13 changed files with 746 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
<path android:fillColor="@android:color/white" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM17,13h-4v4h-2v-4L7,13v-2h4L11,7h2v4h4v2z"/>
</vector>