Add new changes GeoFencing-GeoTaging and hide Manual Inword Option etc

This commit is contained in:
Jeevan Prasad
2025-06-26 15:10:22 +05:30
commit 917fee86de
2254 changed files with 218226 additions and 0 deletions
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/black" /> <!-- Change color as per your need -->
<size android:width="@dimen/appbar_padding_top" android:height="@dimen/appbar_padding_top" />
<corners android:radius="8dp" /> <!-- Circular shape -->
</shape>