Commit 82385bf3 authored by Amin's avatar Amin

add submit button on add info screen

parent 022a7c96
...@@ -188,13 +188,24 @@ ...@@ -188,13 +188,24 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
<Button
android:id="@+id/confirm_button"
android:layout_width="match_parent"
android:layout_height="64dp"
android:backgroundTint="@color/primary"
android:clickable="true"
android:elevation="20dp"
android:focusable="true"
android:text="Confirm"
android:textColor="@android:color/white"
android:textSize="17sp"
app:cornerRadius="27dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:layout_marginHorizontal="21dp"
android:layout_marginVertical="15dp"/>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment