浏览代码

Remove unused id and use standard margin

Bartosz Przybylski 7 年之前
父节点
当前提交
200d264424
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/main/res/layout/user_info_details_table_item.xml

+ 1 - 5
src/main/res/layout/user_info_details_table_item.xml

@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <RelativeLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/email_container"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
 
@@ -19,10 +18,7 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_centerInParent="true"
-        android:layout_marginRight="@dimen/standard_padding"
-        android:layout_marginEnd="@dimen/standard_padding"
-        android:layout_marginBottom="@dimen/standard_margin"
-        android:layout_marginTop="@dimen/standard_margin"
+        android:layout_margin="@dimen/standard_margin"
         android:layout_toEndOf="@id/icon"
         android:layout_toRightOf="@id/icon"
         android:maxLines="3"