Browse Source

提交分类: 测试版本;
提交内容: 字体大小bug
当前版本: 测试版本6.3.7
是否冲突: 否

RaoMeng 7 years ago
parent
commit
f52b53ad33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app_core/common/src/main/res/layout/item_room_info_view.xml

+ 1 - 1
app_core/common/src/main/res/layout/item_room_info_view.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="65.0dip"
-    android:layout_height="70.0dip"
+    android:layout_height="wrap_content"
     android:background="@android:color/transparent">
 
     <RelativeLayout