Browse Source

fix UI glitch

AndyScherzinger 8 years ago
parent
commit
89b5554276
1 changed files with 1 additions and 1 deletions
  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"