Browse Source

#445 - space between avatar and filename corrected

AndyScherzinger 8 years ago
parent
commit
20010d1d92
1 changed files with 1 additions and 0 deletions
  1. 1 0
      res/layout/file_details_fragment.xml

+ 1 - 0
res/layout/file_details_fragment.xml

@@ -48,6 +48,7 @@
 			    android:layout_height="wrap_content"
 			    android:layout_centerVertical="true"
 			    android:layout_toRightOf="@+id/fdIcon"
+				android:paddingLeft="@dimen/standard_padding"
 			    android:text="@string/placeholder_filename"
 			    android:textAppearance="?android:attr/textAppearanceLarge" />