优化细节
This commit is contained in:
@@ -35,11 +35,28 @@
|
||||
android:background="@color/line_color"
|
||||
android:layout_below="@id/actio_ly"
|
||||
android:id="@+id/lines1"/>
|
||||
<WebView
|
||||
|
||||
<android.webkit.WebView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@id/lines1"
|
||||
android:visibility="invisible"
|
||||
android:id="@+id/webview"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/ry_v"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="300dp"
|
||||
android:layout_centerInParent="true">
|
||||
<ImageView
|
||||
android:layout_width="280dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/logo_left"
|
||||
android:layout_centerInParent="true"/>
|
||||
<com.xyz.babelive.utils.BabeLiveRingLoadingView
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="300dp"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user