소스 검색

fix RTL issue

AndyScherzinger 7 년 전
부모
커밋
f812d5b8c3
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/main/res/layout/activity_list_item_header.xml

+ 2 - 3
src/main/res/layout/activity_list_item_header.xml

@@ -9,9 +9,8 @@
         android:layout_height="wrap_content"
         android:textSize="20sp"
         android:layout_marginLeft="10dp"
+        android:layout_marginStart="10dp"
         android:layout_marginTop="10dp"
-        android:text="@string/placeholder_filename"
-
-        />
+        android:text="@string/placeholder_filename"/>
 
 </LinearLayout>