In the fragment_contacts when it says “You dont have contacts” apply more left margin

feat_androidx_migration
dtvv 2018-10-12 04:43:54 -05:00
parent b33bbc11fc
commit c30fd729be
1 changed files with 1 additions and 1 deletions

View File

@ -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