Skip to content
Snippets Groups Projects
Commit 33165e11 authored by Chris Albert's avatar Chris Albert
Browse files

fix: layout new transaction

parent 330079ee
Branches
Tags
No related merge requests found
...@@ -10,10 +10,11 @@ ...@@ -10,10 +10,11 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:layout_marginTop="55dp"
android:text="Judul" android:text="Judul"
android:textSize="24sp" android:textSize="24sp"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
tools:layout_editor_absoluteY="55dp" /> app:layout_constraintTop_toTopOf="parent" />
<EditText <EditText
android:id="@+id/edit_judul" android:id="@+id/edit_judul"
......
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