瀏覽代碼

Remove redundant layout attrs

Aidan Follestad 6 年之前
父節點
當前提交
cfca792cd1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/src/main/res/layout/md_dialog_base.xml

+ 0 - 1
core/src/main/res/layout/md_dialog_base.xml

@@ -26,7 +26,6 @@
         android:id="@+id/md_text_title"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_toEndOf="@+id/md_icon_title"
         android:visibility="gone"
         tools:text="Use Google's location service?"
         style="@style/MD_Dialog_Title_Text"