diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:11:45 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:11:45 +0000 |
| commit | dea0c6d1e873eac30f9087e80026cf5127428fbf (patch) | |
| tree | 304fa24f090304c45139ce7d97a27cbd5f063f09 /android-app/app/src | |
| parent | 4ba62325c1dd61a936126d5dbbf5c5985d6b55d5 (diff) | |
fix: resolve XML syntax and resource formatting errors
Diffstat (limited to 'android-app/app/src')
| -rw-r--r-- | android-app/app/src/main/res/layout/activity_main.xml | 2 | ||||
| -rw-r--r-- | android-app/app/src/main/res/values/strings.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/android-app/app/src/main/res/layout/activity_main.xml b/android-app/app/src/main/res/layout/activity_main.xml index 88944b8..02a94cc 100644 --- a/android-app/app/src/main/res/layout/activity_main.xml +++ b/android-app/app/src/main/res/layout/activity_main.xml @@ -43,7 +43,7 @@ <androidx.constraintlayout.widget.Guideline android:id="@+id/guideline_horizontal_50" android:layout_width="wrap_content" - android="layout_height="wrap_content" + android:layout_height="wrap_content" android:orientation="horizontal" app:layout_constraintGuide_percent="0.5" /> diff --git a/android-app/app/src/main/res/values/strings.xml b/android-app/app/src/main/res/values/strings.xml index 44f67ea..14f8d29 100644 --- a/android-app/app/src/main/res/values/strings.xml +++ b/android-app/app/src/main/res/values/strings.xml @@ -39,6 +39,6 @@ <string name="button_set_anchor">SET ANCHOR</string> <string name="button_stop_anchor">STOP WATCH</string> <string name="anchor_inactive">Anchor Watch Inactive</string> - <string name="anchor_active_format">Anchor Set at %.4f, %.4f\nRadius: %.1fm\nDistance: %.1fm (%.1fm from limit)</string> - <string name="anchor_active_dragging_format">!!! ANCHOR DRAG !!!\nAnchor Set at %.4f, %.4f\nRadius: %.1fm\nDistance: %.1fm (%.1fm OVER limit)</string> -</resources>
\ No newline at end of file + <string name="anchor_active_format">Anchor Set at %1$.4f, %2$.4f\nRadius: %3$.1fm\nDistance: %4$.1fm (%5$.1fm from limit)</string> + <string name="anchor_active_dragging_format">!!! ANCHOR DRAG !!!\nAnchor Set at %1$.4f, %2$.4f\nRadius: %3$.1fm\nDistance: %4$.1fm (%5$.1fm OVER limit)</string> +</resources> |
