We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aceda63 commit 00e913cCopy full SHA for 00e913c
Android/XiaoZhiBo/app/src/main/res/layout/fragment_videolist.xml
@@ -38,8 +38,7 @@
38
android:layout_height="4dp"
39
android:layout_marginBottom="3dp"
40
android:layout_gravity="center_horizontal|bottom"
41
- android:background="@drawable/line"
42
- android:visibility="invisible"/>
+ android:background="@drawable/line"/>
43
</FrameLayout>
44
<!-- tab2 -->
45
<FrameLayout
@@ -48,6 +47,7 @@
48
47
android:layout_height="match_parent"
49
android:layout_marginLeft="20dp"
50
android:layout_gravity="center"
+ android:visibility="invisible"
51
android:layout_weight="1">
52
<TextView
53
android:id="@+id/text_vod"
0 commit comments