Browse Source

自动接听开关默认应该隐藏

songchengcheng 3 months ago
parent
commit
52fec23a83
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/src/main/res/layout/activity_reject_stranger.xml

+ 2 - 1
app/src/main/res/layout/activity_reject_stranger.xml

@@ -181,7 +181,8 @@
                     android:background="@color/white"
                     android:layout_width="match_parent"
                     android:layout_height="@dimen/big_item_height"
-                    android:layout_below="@+id/lyt_reject_history">
+                    android:layout_below="@+id/lyt_reject_history"
+                    android:visibility="gone">
 
                     <LinearLayout
                         android:layout_width="wrap_content"