-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #354 from Reco1I/refresh-button
Fix potential crash when showing BeatmapListing and add "Retry" button
- Loading branch information
Showing
6 changed files
with
99 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="960" | ||
android:viewportHeight="960" | ||
android:tint="?attr/colorControlNormal"> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M481.54,780Q355.91,780 268.73,692.83Q181.54,605.66 181.54,480.06Q181.54,354.46 268.73,267.23Q355.91,180 481.54,180Q551.69,180 614.31,211.19Q676.92,242.39 718.46,299.23L718.46,210Q718.46,197.25 727.09,188.63Q735.72,180 748.47,180Q761.23,180 769.84,188.63Q778.46,197.25 778.46,210L778.46,388.46Q778.46,403.83 768.07,414.22Q757.67,424.61 742.31,424.61L563.85,424.61Q551.1,424.61 542.47,415.99Q533.85,407.36 533.85,394.6Q533.85,381.85 542.47,373.23Q551.1,364.62 563.85,364.62L691.85,364.62Q660.23,306.69 604.15,273.35Q548.08,240 481.54,240Q381.54,240 311.54,310Q241.54,380 241.54,480Q241.54,580 311.54,650Q381.54,720 481.54,720Q551.27,720 609.21,683.38Q667.15,646.77 697,585.69Q702.69,574.77 713.73,570.42Q724.77,566.08 736.23,569.92Q748.46,573.77 753.35,585.92Q758.23,598.08 752.54,609Q715.38,686.69 642.84,733.34Q570.3,780 481.54,780Z"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters