StackWidget: allow user to select habits

This commit is contained in:
2018-01-27 20:34:11 -06:00
parent 2904f3e2f8
commit b94d2f2fa6
12 changed files with 210 additions and 206 deletions

View File

@@ -22,12 +22,6 @@
android:layout_height="match_parent"
android:orientation="vertical">
<Button
android:id="@+id/createStackWidgetButton"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="@string/create_stackview_widget_button"/>
<ListView
android:id="@+id/listView"
android:layout_width="match_parent"
@@ -36,4 +30,10 @@
android:layout_weight="1">
</ListView>
<Button
android:id="@+id/buttonSave"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="@string/save"/>
</LinearLayout>