liuzhenxing1118 3 жил өмнө
parent
commit
15f2c43c14

+ 2 - 1
app/src/main/res/layout/item_contact.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="70dp"
+    android:layout_width="100dp"
     android:layout_height="70dp">
 
     <LinearLayout
@@ -22,6 +22,7 @@
             android:id="@+id/item_title"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
+            android:layout_marginTop="-4dp"
             />
     </LinearLayout>
 

+ 1 - 2
app/src/main/res/layout/view_screen_contacts.xml

@@ -40,8 +40,7 @@
     <androidx.recyclerview.widget.RecyclerView
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:layout_marginTop="5dp"
-        android:layout_marginBottom="10dp"
+        android:layout_marginTop="10dp"
         android:id="@+id/recyclerView"
         android:scrollbars="vertical"
         />