liuzhenxing1118 3 years ago
parent
commit
9a7d335f4f
1 changed files with 7 additions and 3 deletions
  1. 7 3
      app/src/main/res/layout/item_contact.xml

+ 7 - 3
app/src/main/res/layout/item_contact.xml

@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="100dp"
-    android:layout_height="70dp">
+    android:layout_width="90dp"
+    android:layout_height="70dp"
+    >
 
     <LinearLayout
         android:layout_width="match_parent"
@@ -22,7 +23,10 @@
             android:id="@+id/item_title"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:layout_marginTop="-4dp"
+            android:layout_marginTop="-1dp"
+            android:textFontWeight="500"
+            android:textSize="10sp"
+            android:textColor="@color/white"
             />
     </LinearLayout>