liuzhenxing1118 2 жил өмнө
parent
commit
a0e95d86ff

BIN
app/src/main/res/drawable-xhdpi/bottom_t.png


BIN
app/src/main/res/drawable-xhdpi/bottom_voice.png


+ 7 - 7
app/src/main/res/layout/chat_fragment_bottom.xml

@@ -2,13 +2,13 @@
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:orientation="vertical"
     android:layout_width="match_parent"
-    android:layout_height="28dp"
+    android:layout_height="38dp"
     >
 
     <RelativeLayout
         android:id="@+id/chat_fragment_bottom"
         android:layout_width="match_parent"
-        android:layout_height="28dp"
+        android:layout_height="38dp"
         android:layout_alignParentBottom="true"
         >
 
@@ -22,7 +22,6 @@
             android:textFontWeight="700"
             android:fontFamily="Roboto"
             android:paddingRight="10dp"
-            android:paddingTop="0dp"
             android:backgroundTint="@color/chat_left"
             android:drawableRight="@drawable/bottom_t"
             style="@style/xp_style_button_right"
@@ -36,14 +35,15 @@
             android:layout_centerVertical="true"
             android:text="@string/hold_to_talk"
             android:textAllCaps="false"
-            android:textSize="9sp"
+            android:textSize="12sp"
             android:textFontWeight="700"
             android:fontFamily="Roboto"
-            android:paddingLeft="10dp"
-            android:paddingTop="3dp"
+            android:paddingLeft="15dp"
+            android:paddingRight="10dp"
+            android:paddingTop="2dp"
             android:backgroundTint="@color/chat_Right"
             android:drawableLeft="@drawable/bottom_voice"
-            style="@style/xp_style_button_left"
+            style="@style/xp_style_button_all"
             />
 
     </RelativeLayout>

+ 1 - 1
app/src/main/res/layout/chat_list_footer.xml

@@ -6,7 +6,7 @@
 
     <RelativeLayout
         android:layout_width="match_parent"
-        android:layout_height="45dp">
+        android:layout_height="55dp">
     </RelativeLayout>
 
 </RelativeLayout>