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
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="grey_background">#EEEEEE</color>
<color name="white">#FFFFFF</color>
<color name="red">#e21c22</color>
</resources>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="isTablet">false</bool>
<integer name="frontFaceCameraRotationShift">270</integer>
<integer name="rearCameraRotationShift">90</integer>
</resources>
+30
View File
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?><!--
Copyright 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="cancel_label">Cancel</string>
<string name="ok_label">Ok</string>
<string name="settings_video_quality_title">Video size %s</string>
<string name="settings_photo_quality_title">Photo size</string>
<!-- Preview Activity -->
<string name="preview_controls_confirm">Save</string>
<string name="preview_controls_retake">Retake</string>
<string name="preview_controls_cancel">Cancel</string>
<string name="preview_controls_crop">Crop</string>
<string name="preview_controls_original_ratio_label">Original</string>
</resources>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="PreviewButtonsStyle">
<item name="android:layout_width">0dp</item>
<item name="android:layout_height">match_parent</item>
<item name="android:layout_weight">1</item>
<item name="android:gravity">center_horizontal</item>
<item name="android:background">?attr/selectableItemBackground</item>
<item name="android:textSize">10dp</item>
<item name="android:clickable">true</item>
<item name="android:textColor">#fafafa</item>
</style>
</resources>