浏览代码

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"