diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9a6364911..255d05967 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -14,7 +14,7 @@ android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@android:style/Theme.Holo.Light" > + android:theme="@style/AppTheme" > diff --git a/res/drawable-hdpi/ic_action_add_dark.png b/res/drawable-hdpi/ic_action_add_dark.png new file mode 100644 index 000000000..65fd03cb1 Binary files /dev/null and b/res/drawable-hdpi/ic_action_add_dark.png differ diff --git a/res/drawable-mdpi/ic_action_add_dark.png b/res/drawable-mdpi/ic_action_add_dark.png new file mode 100644 index 000000000..e6b36b2b0 Binary files /dev/null and b/res/drawable-mdpi/ic_action_add_dark.png differ diff --git a/res/drawable-v21/habits_item_check_normal.xml b/res/drawable-v21/habits_item_check_normal.xml index 0a83d0180..db520e5c8 100644 --- a/res/drawable-v21/habits_item_check_normal.xml +++ b/res/drawable-v21/habits_item_check_normal.xml @@ -10,10 +10,10 @@ + android:top="1dp"> diff --git a/res/drawable-v21/habits_item_check_pressed.xml b/res/drawable-v21/habits_item_check_pressed.xml index 8fc26c9e2..f912c3dfc 100644 --- a/res/drawable-v21/habits_item_check_pressed.xml +++ b/res/drawable-v21/habits_item_check_pressed.xml @@ -10,10 +10,10 @@ + android:top="1dp"> diff --git a/res/drawable-xhdpi/ic_action_add_dark.png b/res/drawable-xhdpi/ic_action_add_dark.png new file mode 100644 index 000000000..25f4060a9 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_add_dark.png differ diff --git a/res/drawable-xxhdpi/ic_action_add_dark.png b/res/drawable-xxhdpi/ic_action_add_dark.png new file mode 100644 index 000000000..b38238286 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_add_dark.png differ diff --git a/res/drawable/ripple_background.xml b/res/drawable/ripple_background.xml new file mode 100644 index 000000000..8ed1d1cd1 --- /dev/null +++ b/res/drawable/ripple_background.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/res/layout/edit_habit.xml b/res/layout/edit_habit.xml index 869562410..aca80a6f3 100644 --- a/res/layout/edit_habit.xml +++ b/res/layout/edit_habit.xml @@ -4,6 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" + android:paddingBottom="8dp" tools:context="org.isoron.uhabits.dialogs.EditHabitFragment" tools:ignore="MergeRootFrame" > @@ -13,7 +14,9 @@ android:layout_height="wrap_content" android:layout_marginBottom="8dp" android:orientation="vertical" - android:padding="8dp" > + android:paddingLeft="24dp" + android:paddingRight="24dp" + > @@ -55,6 +57,7 @@ @@ -126,37 +129,36 @@ - - - -