Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neil Alexander
element-android
Commits
6af9fda7
Commit
6af9fda7
authored
May 12, 2021
by
Benoit Marty
Browse files
Fix lint issue
parent
5d052cda
Changes
3
Show whitespace changes
Inline
Side-by-side
vector/src/main/res/layout/bottom_sheet_space_settings.xml
View file @
6af9fda7
...
...
@@ -49,6 +49,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"8dp"
android:contentDescription=
"@string/a11y_beta"
android:src=
"@drawable/ic_beta_pill"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
...
...
vector/src/main/res/layout/fragment_matrix_to_room_space_card.xml
View file @
6af9fda7
...
...
@@ -33,7 +33,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/layout_vertical_margin_big"
android:
importantForAccessibility=
"no
"
android:
contentDescription=
"@string/a11y_beta
"
android:src=
"@drawable/ic_beta_pill"
android:visibility=
"gone"
app:layout_constraintEnd_toEndOf=
"parent"
...
...
vector/src/main/res/values/strings.xml
View file @
6af9fda7
...
...
@@ -2294,6 +2294,7 @@
<string
name=
"a11y_show_password"
>
Show password
</string>
<string
name=
"a11y_hide_password"
>
Hide password
</string>
<string
name=
"a11y_jump_to_bottom"
>
Jump to bottom
</string>
<string
name=
"a11y_beta"
>
This feature is undergoing beta testing
</string>
<!-- Read receipts list a11y -->
<plurals
name=
"two_and_some_others_read"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment