소스 검색

Bug fix on back pressed

sduduzog 7 년 전
부모
커밋
a2d33c5702
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/res/layout/main_list_item.xml

+ 1 - 1
app/src/main/res/layout/main_list_item.xml

@@ -9,7 +9,7 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_marginStart="8dp"
-        android:layout_marginTop="8dp"
+        android:layout_marginTop="16dp"
         android:layout_marginBottom="8dp"
         android:textSize="42sp"
         app:layout_constraintBottom_toBottomOf="parent"