diff --git a/app/src/main/res/drawable/flame_home_list.xml b/app/src/main/res/drawable/flame_home_list.xml new file mode 100644 index 0000000..9cc04b9 --- /dev/null +++ b/app/src/main/res/drawable/flame_home_list.xml @@ -0,0 +1,17 @@ + + + + android:shape="rectangle"> + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/flame_style.xml b/app/src/main/res/drawable/flame_style.xml deleted file mode 100644 index 9cc04b9..0000000 --- a/app/src/main/res/drawable/flame_style.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - android:shape="rectangle"> - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/animation_home.xml b/app/src/main/res/layout/animation_home.xml index 30cf357..7998b5c 100644 --- a/app/src/main/res/layout/animation_home.xml +++ b/app/src/main/res/layout/animation_home.xml @@ -9,7 +9,7 @@ diff --git a/app/src/main/res/layout/fragment_edit.xml b/app/src/main/res/layout/fragment_edit.xml index b8b3ef5..f8ad231 100644 --- a/app/src/main/res/layout/fragment_edit.xml +++ b/app/src/main/res/layout/fragment_edit.xml @@ -54,7 +54,7 @@ android:id="@+id/list_view" android:layout_width="409dp" android:layout_height="500dp" - android:divider="@drawable/flame_style" + android:divider="@drawable/flame_home_list" android:dividerHeight="5dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"