Download queue's UI in Kotlin

This commit is contained in:
inorichi
2016-02-26 18:10:13 +01:00
parent b95d0e2848
commit f73f0cc341
10 changed files with 484 additions and 380 deletions

View File

@@ -6,7 +6,7 @@
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/download_list">
android:id="@+id/recycler">
</android.support.v7.widget.RecyclerView>