mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
Add round checkbox composable.
Adds `RoundCheckbox` composable, which is styled to match the appearance of the other view checkboxes used in the app.
This commit is contained in:
committed by
Michelle Tang
parent
b79ec79644
commit
9867fa3f50
@@ -8498,5 +8498,12 @@
|
||||
<!-- Accessibility label for a button displayed in the toolbar to return to the previous screen. -->
|
||||
<string name="DefaultTopAppBar__navigate_up_content_description">Navigate up</string>
|
||||
|
||||
<!-- Accessibility label describing the action that occurs when clicking a checkbox. -->
|
||||
<string name="SignalCheckbox_accessibility_on_click_label">Toggle</string>
|
||||
<!-- Accessibility label describing a checked checkbox. -->
|
||||
<string name="SignalCheckbox_accessibility_checked_description">Ticked</string>
|
||||
<!-- Accessibility label describing an unchecked checkbox. -->
|
||||
<string name="SignalCheckbox_accessibility_unchecked_description">Unticked</string>
|
||||
|
||||
<!-- EOF -->
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user