1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/rl_popup_custom_root"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/bssdk_service_regulations_bg"
- android:gravity="center_horizontal"
- android:orientation="vertical"
- android:padding="@dimen/DIMEN_10DP">
- <android.support.v4.widget.NestedScrollView
- android:id="@+id/sv_popup_custom"
- android:layout_width="@dimen/DIMEN_400DP"
- android:layout_height="@dimen/DIMEN_120DP"
- android:layout_centerInParent="true"
- android:layout_marginTop="@dimen/DIMEN_8DP">
- <TextView
- android:id="@+id/tv_popup_custom"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:lineSpacingMultiplier="1.2"
- android:textColor="@color/alpha_50_white"
- android:textSize="@dimen/TEXT_SIZE_14SP"
- android:visibility="visible"
- tools:text="【1月6日第二季开播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界播】神秘瑰丽的妖灵世界播】神秘瑰丽的妖灵世界播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- 播】神秘瑰丽的妖灵世界
- ,奇奥无穷的时空妖灵之书,聂离追寻着世界的真相。美丽温柔的叶紫芸、倔强高傲的肖凝儿,面对两位女神的青睐,他该如何抉择?还有患难与共的兄弟,一起修炼最强功法、最强妖灵之力,踏足武道巅峰。"
- tools:visibility="visible" />
- </android.support.v4.widget.NestedScrollView>
- <com.bluestacks.sdk.widget.customview.BSCustomEmptyView
- android:id="@+id/cev_popup_vouchers"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
- android:visibility="gone"
- tools:visibility="gone" />
- </RelativeLayout>
|