Skip to content

Commit

Permalink
feat: added accessibility color to elements in share view
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Jun 25, 2024
1 parent f94df96 commit d7ad44f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions owncloudApp/src/main/res/layout/share_file_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
android:layout_marginStart="4dp"
android:layout_toEndOf="@+id/shareFileIcon"
android:text="@string/placeholder_filesize"
android:textColor="@color/accessibility_grey_color"
android:textSize="12sp" />

<ImageButton
Expand Down Expand Up @@ -181,6 +182,7 @@
android:paddingRight="@dimen/standard_half_padding"
android:paddingTop="@dimen/standard_padding"
android:text="@string/share_warning_about_forwarding_public_links"
android:textColor="@color/accessibility_grey_color"
android:textSize="15sp" />

<ListView
Expand Down
1 change: 1 addition & 0 deletions owncloudApp/src/main/res/layout/share_public_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
android:paddingLeft="@dimen/standard_half_padding"
android:paddingRight="@dimen/standard_half_padding"
android:textSize="12sp"
android:textColor="@color/accessibility_grey_color"
android:visibility="gone" />

<TextView
Expand Down

0 comments on commit d7ad44f

Please sign in to comment.