diff --git a/app/src/main/res/drawable/rounded_border_button.xml b/app/src/main/res/drawable/rounded_border_button.xml new file mode 100644 index 0000000..265dbe8 --- /dev/null +++ b/app/src/main/res/drawable/rounded_border_button.xml @@ -0,0 +1,9 @@ + + + + + \ 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 dd3368f..92e5538 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -1,16 +1,286 @@ - - + android:background="@color/black_800"> + + + android:layout_height="120dp" + android:layout_marginHorizontal="15dp" + android:background="@drawable/rounded_border_button" + android:paddingLeft="15dp" + android:paddingRight="15dp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintHorizontal_bias="0.551" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/textView2"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 2ccc4f0..f70fb12 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -10,4 +10,6 @@ #6D8DFC #1D1C22 #343339 + #2D2C32 + #ADACB2 \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 4b76010..a8da82f 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -10,7 +10,7 @@ @color/teal_700 @color/black - ?attr/colorPrimaryVariant + ?attr/colorPrimary true false