summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-05-30 07:56:01 +0000
committerClaude <noreply@anthropic.com>2026-05-30 07:56:01 +0000
commit1437d78b95b78e3f662b0d7e00669d386c3eedb6 (patch)
tree0f7789e39291a0ee27ddf42ac048d51510bb4806 /android-app/app/src/main/res
parent1fb335afaebed257290e16777651f49ddaa0242a (diff)
Remove Generate Trip Report button from Log tab
Each track row already has a REPORT button; the standalone button was redundant. https://claude.ai/code/session_01KXYBuAHZkvv63DeUG6XaZD
Diffstat (limited to 'android-app/app/src/main/res')
-rw-r--r--android-app/app/src/main/res/layout/fragment_voice_log.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/android-app/app/src/main/res/layout/fragment_voice_log.xml b/android-app/app/src/main/res/layout/fragment_voice_log.xml
index 4a2ff14..346ba81 100644
--- a/android-app/app/src/main/res/layout/fragment_voice_log.xml
+++ b/android-app/app/src/main/res/layout/fragment_voice_log.xml
@@ -188,15 +188,6 @@
android:clipToPadding="false"
android:layout_marginBottom="16dp" />
- <!-- Generate Trip Report — always accessible -->
- <com.google.android.material.button.MaterialButton
- android:id="@+id/btn_generate_report"
- style="@style/Widget.Material3.Button.TonalButton"
- android:layout_width="match_parent"
- android:layout_height="60dp"
- android:text="GENERATE TRIP REPORT"
- android:layout_marginBottom="24dp" />
-
<!-- ── Trips section ── -->
<TextView
android:layout_width="match_parent"