diff options
| author | Danesh M <daneshm90@gmail.com> | 2015-04-23 23:35:11 -0700 |
|---|---|---|
| committer | Ed Mancebo <emancebo@cyngn.com> | 2015-04-25 23:30:16 +0000 |
| commit | 16a811af4eb2a954e27e730b0366a8b6e94159cf (patch) | |
| tree | dc9fa1bd448fd3fad0f65d79fea21b2e7ae8059b | |
| parent | 47f140e0ec9042cc3def9b69d04082f5a9155a9e (diff) | |
| download | packages_apps_Contacts-16a811af4eb2a954e27e730b0366a8b6e94159cf.tar.gz packages_apps_Contacts-16a811af4eb2a954e27e730b0366a8b6e94159cf.tar.bz2 packages_apps_Contacts-16a811af4eb2a954e27e730b0366a8b6e94159cf.zip | |
Contacts : Align attribute field properly
Change-Id: Ia57d05ce408ac85d8fd21ac8ccba622b4b11d532
| -rw-r--r-- | res/layout/raw_contact_editor_view.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/raw_contact_editor_view.xml b/res/layout/raw_contact_editor_view.xml index 018467303..af0ed1186 100644 --- a/res/layout/raw_contact_editor_view.xml +++ b/res/layout/raw_contact_editor_view.xml @@ -30,7 +30,7 @@ android:layout_width="match_parent" android:textSize="12sp" android:layout_marginTop="5dp" - android:layout_marginLeft="3dp" + android:layout_marginLeft="8dp" android:visibility="gone" /> <LinearLayout |
