From c30fd729be35a696ad71fc33432615950124aeba Mon Sep 17 00:00:00 2001 From: dtvv Date: Fri, 12 Oct 2018 04:43:54 -0500 Subject: [PATCH] =?UTF-8?q?In=20the=20fragment=5Fcontacts=20when=20it=20sa?= =?UTF-8?q?ys=20=E2=80=9CYou=20dont=20have=20contacts=E2=80=9D=20apply=20m?= =?UTF-8?q?ore=20left=20margin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_contacts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_contacts.xml b/app/src/main/res/layout/fragment_contacts.xml index 04a954d..348b43d 100644 --- a/app/src/main/res/layout/fragment_contacts.xml +++ b/app/src/main/res/layout/fragment_contacts.xml @@ -11,7 +11,7 @@ android:text="@string/You_dont_have_contacts" android:textColor="@color/gray" android:layout_marginTop="190dp" - android:layout_marginLeft="90dp" + android:layout_marginLeft="100dp" android:textSize="15dp" />