Browse Source

fix UI glitch

AndyScherzinger 8 năm trước cách đây
mục cha
commit
89b5554276
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/res/layout/user_info_layout.xml

+ 1 - 1
src/main/res/layout/user_info_layout.xml

@@ -46,7 +46,7 @@
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:orientation="vertical"
-                android:visibility="visible">
+                android:visibility="gone">
 
                 <android.support.v7.widget.CardView
                     android:id="@+id/primary_user_info_view"