Compact the developer signature footer to a single line#138
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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] @almothafarThe GitHub mark doubles as the "this is a link" affordance, and the short
@almothafarhandle replaces the longgithub.com/almothafarURL. Tapping the row still opens the GitHub link (unchanged behavior).Changes
ic_github.xmlvector mark, tinted with the accent color, inline at 14dp.fragment_signature.xmlfrom a vertical stack into one horizontal, start/end-aware (RTL-safe) row with tight padding.developer_handlestring (@almothafar,translatable="false"); keepdeveloper_linkas 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