Browse Source

样式修改

Arison 9 years ago
parent
commit
a4c2f9af59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WeiChat/src/main/res/values/styles.xml

+ 1 - 1
WeiChat/src/main/res/values/styles.xml

@@ -309,7 +309,7 @@
 
     <style name="form_relative_right_text">
         <item name="android:layout_width">match_parent</item>
-        <item name="android:layout_height">match_parent</item>
+        <item name="android:layout_height">wrap_content</item>
         <item name="android:layout_centerVertical">true</item>
         <item name="android:layout_alignParentRight">true</item>
         <item name="android:layout_marginRight">20dp</item>