mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Added Auto Scroll (#3912)
* Fixed #3910 Truncated Spinners * Added AutoScroll for Leaderboard Rank * Revert Irrelevant Change * Fixed Bounce Back Issue * Fixed Incorrect UserRank Issue on Rotation * Fixed Overlapping issue * As per java convention
This commit is contained in:
parent
01531de156
commit
df209e752d
4 changed files with 51 additions and 1 deletions
|
|
@ -43,6 +43,15 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/filters" />
|
||||
|
||||
<Button
|
||||
android:text="@string/leaderboard_my_rank_button_text"
|
||||
android:id="@+id/scroll"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/leaderboard_list"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/progressBar"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -53,4 +62,4 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/leaderboard_list" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue