Skip to content

Commit

Permalink
Update spacings in files_list_item.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
zHd4 committed Dec 3, 2024
1 parent 174bd48 commit e2a8cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/notes_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_marginStart="-336dp"
android:layout_marginStart="-346dp"
android:layout_marginTop="6dp"
android:layout_toEndOf="@+id/note_icon_image_view"
android:textColor="@android:color/white"
Expand All @@ -23,7 +23,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/noteNameTextView"
android:layout_marginStart="-336dp"
android:layout_marginStart="-346dp"
android:layout_marginTop="0dp"
android:layout_toEndOf="@+id/note_icon_image_view"
android:textColor="@android:color/white"
Expand All @@ -36,7 +36,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/noteTextView"
android:layout_marginStart="-336dp"
android:layout_marginStart="-346dp"
android:layout_marginTop="0dp"
android:layout_toEndOf="@+id/note_icon_image_view"
android:textColor="@android:color/white"
Expand Down

0 comments on commit e2a8cf4

Please sign in to comment.