Skip to content

Conversation

@diddypod
Copy link

The issue arises for any locale which uses language read from right to left.

Since category search is implemented only in English, it is expected that the user will use English in category search. Hence, to fix this, I changed the editText gravity to the left and the progressBar gravity to the right, instead of letting it adapt to the locale as Android's default behaviour allows.

@codecov-io
Copy link

codecov-io commented Feb 16, 2018

Codecov Report

Merging #1162 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1162   +/-   ##
======================================
  Coverage    3.81%   3.81%           
======================================
  Files         125     125           
  Lines        5815    5815           
  Branches      568     568           
======================================
  Hits          222     222           
  Misses       5578    5578           
  Partials       15      15

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c51e2e...ad97401. Read the comment docs.

@neslihanturan
Copy link
Collaborator

I will test it whenever #1163 is solved.

android:visibility="gone" />
android:layout_marginRight="@dimen/tiny_gap"
android:layout_marginEnd="@dimen/tiny_gap"
android:layout_gravity="center_vertical|right"
Copy link
Collaborator

@neslihanturan neslihanturan Feb 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like the only change is this line. But places of other lines are changed. I couldn't understand the reason of this changes. No block for merge anyway, just noted to consider on future PRs:)

@neslihanturan neslihanturan merged commit 59a6ea5 into commons-app:master Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants