瀏覽代碼

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>