diff --git a/.idea/misc.xml b/.idea/misc.xml
index d80f919..475b690 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -3,6 +3,11 @@
-
-
-
diff --git a/app/src/main/res/drawable/flame_style.xml b/app/src/main/res/drawable/flame_style.xml
index 2fffc39..f06f32f 100644
--- a/app/src/main/res/drawable/flame_style.xml
+++ b/app/src/main/res/drawable/flame_style.xml
@@ -4,9 +4,9 @@
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 84daeba..27e12ce 100644
--- a/app/src/main/res/layout/animation_home.xml
+++ b/app/src/main/res/layout/animation_home.xml
@@ -8,29 +8,54 @@
+ app:layout_constraintTop_toTopOf="parent"
+ tools:layout_editor_absoluteX="0dp">
+ android:layout_width="match_parent"
+ android:layout_height="48dp"
+ android:gravity="center|center_vertical"
+ android:padding="8dp"
+ android:text="Text"
+ android:textColor="@color/white"
+ android:textSize="24sp"
+ android:textStyle="bold"
+ android:typeface="monospace" />
-
+
-
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index 958f4a3..043b48b 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -18,8 +18,8 @@
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="8dp"
- android:divider="@drawable/flame_style"
- android:dividerHeight="5dp"
+ android:divider="@color/white"
+ android:dividerHeight="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
diff --git a/app/src/main/res/layout/list.xml b/app/src/main/res/layout/list.xml
index 81a375e..f04dbc4 100644
--- a/app/src/main/res/layout/list.xml
+++ b/app/src/main/res/layout/list.xml
@@ -1,16 +1,44 @@
+ android:id="@+id/animationName"
+ android:layout_width="match_parent"
+ android:layout_height="48dp"
+ android:layout_marginBottom="8dp"
+ android:layout_marginRight="16dp"
+ android:layout_marginTop="8dp"
+ android:background="#aa0000"
+ android:gravity="center_vertical"
+ android:padding="8dp"
+ android:text="Text"
+ android:textColor="#dfff" />
+
+
\ No newline at end of file