[PR #1566] [CLOSED] Hide label if no subtitle for Cipher #22345

Closed
opened 2026-04-16 22:46:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1566
Author: @jlf0dev
Created: 10/7/2021
Status: Closed

Base: masterHead: bug/android-icons-misaligned


📄 Description

Android titles were misaligned for Ciphers when there was no subtitle. This was due to the subtitle taking up space even when the string was empty.

This fix checks if the subtitle has content, and if not sets the IsVisible property to false.
Closes #1160

Screen Shot 2021-10-07 at 5 47 33 PM Screen Shot 2021-10-07 at 5 45 03 PM

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1566 **Author:** [@jlf0dev](https://github.com/jlf0dev) **Created:** 10/7/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bug/android-icons-misaligned` --- ### 📄 Description Android titles were misaligned for Ciphers when there was no subtitle. This was due to the subtitle taking up space even when the string was empty. This fix checks if the subtitle has content, and if not sets the `IsVisible` property to false. Closes #1160 <img width="416" alt="Screen Shot 2021-10-07 at 5 47 33 PM" src="https://user-images.githubusercontent.com/24985544/136468058-c2dcadbe-93ec-4c3c-86d2-23caaff73cef.png"> <img width="416" alt="Screen Shot 2021-10-07 at 5 45 03 PM" src="https://user-images.githubusercontent.com/24985544/136467901-e1ad233a-4eec-4ba1-92a2-9522358a71b5.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 22:46:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#22345