Skip to content

Commit

Permalink
[feat/store]: UI title logo margin edit
Browse files Browse the repository at this point in the history
  • Loading branch information
librarywon committed Jul 4, 2023
1 parent c58d856 commit 5ad0c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_store.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:layout_width="98dp"
android:layout_height="34dp"
android:layout_marginStart="20dp"
android:layout_marginTop="28dp"
android:layout_marginTop="20dp"
android:contentDescription="@string/store_logo_contentDescription"
android:src="@drawable/ic_store_logo"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit 5ad0c76

Please sign in to comment.