Skip to content

Compact the developer signature footer to a single line#138

Merged
almothafar merged 1 commit into
masterfrom
feature/133-compact-signature-footer
Jul 12, 2026
Merged

Compact the developer signature footer to a single line#138
almothafar merged 1 commit into
masterfrom
feature/133-compact-signature-footer

Conversation

@almothafar

Copy link
Copy Markdown
Owner

Closes #133.

Collapses the three-line developer signature (label / name / URL) into one centered, still-tappable row:

Developed by Al-Mothafar Al-Hasan [GitHub icon] @almothafar

The GitHub mark doubles as the "this is a link" affordance, and the short @almothafar handle replaces the long github.com/almothafar URL. Tapping the row still opens the GitHub link (unchanged behavior).

Changes

  • Add ic_github.xml vector mark, tinted with the accent color, inline at 14dp.
  • Rewrite fragment_signature.xml from a vertical stack into one horizontal, start/end-aware (RTL-safe) row with tight padding.
  • Add developer_handle string (@almothafar, translatable="false"); keep developer_link as the URL the tap opens.

Testing

Built and installed on a Huawei Mate 10 Pro (Android 10); verified the one-line layout, that the row still opens GitHub on tap, and the RTL/Arabic layout.

🤖 Generated with Claude Code

Collapse the three-line signature (label / name / URL) into one centered,
still-tappable row: "Developed by <name>  <GitHub icon> @almothafar". The
GitHub mark doubles as the link affordance and the short handle replaces the
long github.com/almothafar URL. The row still opens the GitHub link on tap.

- Add ic_github.xml vector mark, tinted with the accent color, inline at 14dp.
- Rewrite fragment_signature.xml from a vertical stack into one horizontal,
  start/end-aware (RTL-safe) row with tight padding.
- Add developer_handle string (@almothafar); keep developer_link as the URL.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@almothafar almothafar merged commit 57391cf into master Jul 12, 2026
2 checks passed
@almothafar almothafar deleted the feature/133-compact-signature-footer branch July 12, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compact the developer signature footer to a single line with a GitHub icon

1 participant