|
|
|
@ -17,11 +17,14 @@
|
|
|
|
|
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/container"
|
|
|
|
|
style="@style/dialogForm"
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
tools:context=".activities.habits.edit.EditHabitDialog"
|
|
|
|
|
tools:ignore="MergeRootFrame">
|
|
|
|
|
|
|
|
|
@ -56,10 +59,10 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="end"
|
|
|
|
|
android:paddingEnd="16dp"
|
|
|
|
|
android:paddingStart="0dp"
|
|
|
|
|
android:paddingLeft="0dp"
|
|
|
|
|
android:paddingRight="16dp"
|
|
|
|
|
android:paddingStart="0dp">
|
|
|
|
|
android:paddingEnd="16dp"
|
|
|
|
|
android:paddingRight="16dp">
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/buttonDiscard"
|
|
|
|
@ -76,3 +79,4 @@
|
|
|
|
|
android:text="@string/save" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</ScrollView>
|