Load data asynchronously; cache checkmarks and streaks

This commit is contained in:
2016-02-18 14:11:59 -05:00
parent be58d29672
commit 404cc82348
16 changed files with 622 additions and 218 deletions

View File

@@ -1,4 +1,4 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
@@ -13,4 +13,4 @@
android:layout_height="match_parent"
tools:layout="@layout/list_habits_fragment" />
</FrameLayout>
</RelativeLayout>

View File

@@ -52,4 +52,12 @@
style="@style/habitsListButtonsPanelStyle"/>
</LinearLayout>
<ProgressBar
android:id="@+id/progressBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="?android:attr/progressBarStyleHorizontal"
android:layout_marginTop="37dp"
/>
</RelativeLayout>