In the fragment_contacts when it says “You dont have contacts” apply more left margin
This commit is contained in:
parent
b33bbc11fc
commit
c30fd729be
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
||||
<android.support.v7.widget.RecyclerView
|
||||
|
|
Loading…
Reference in a new issue