Browse Source

Fix magic numbers in log_send_file.xml #12

Divay Prakash 8 years ago
parent
commit
213574f805
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/layout/log_send_file.xml

+ 1 - 1
res/layout/log_send_file.xml

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