瀏覽代碼

Fix magic numbers in log_send_file.xml #12

Divay Prakash 8 年之前
父節點
當前提交
213574f805
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      res/layout/log_send_file.xml

+ 1 - 1
res/layout/log_send_file.xml

@@ -28,7 +28,7 @@
     <ScrollView
         android:id="@+id/scrollView1"
         android:layout_width="match_parent"
-        android:layout_height="0dp"
+        android:layout_height="@dimen/zero"
         android:layout_marginBottom="@dimen/standard_margin"
         android:layout_weight="1">