Add RecyclerView for subscribed subreddits in navigation drawer and rewrite some code

This commit is contained in:
Alex Ning
2018-07-28 13:38:50 +08:00
parent aca6f47a94
commit 0e6d4ae525
7 changed files with 19 additions and 47 deletions

View File

@@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#9E9E9E"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,5c1.66,0 3,1.34 3,3s-1.34,3 -3,3 -3,-1.34 -3,-3 1.34,-3 3,-3zM12,19.2c-2.5,0 -4.71,-1.28 -6,-3.22 0.03,-1.99 4,-3.08 6,-3.08 1.99,0 5.97,1.09 6,3.08 -1.29,1.94 -3.5,3.22 -6,3.22z"/>
</vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB