|  | @@ -67,8 +67,8 @@
 | 
	
		
			
				|  |  |                  android:layout_width="@dimen/divider_189px"
 | 
	
		
			
				|  |  |                  android:layout_height="wrap_content"
 | 
	
		
			
				|  |  |                  android:layout_marginStart="@dimen/divider_14px"
 | 
	
		
			
				|  |  | -                android:minHeight="@dimen/divider_246px"
 | 
	
		
			
				|  |  |                  android:background="@mipmap/icon_game_dialog"
 | 
	
		
			
				|  |  | +                android:minHeight="@dimen/divider_246px"
 | 
	
		
			
				|  |  |                  app:layout_constraintBottom_toTopOf="@+id/loadingImage"
 | 
	
		
			
				|  |  |                  app:layout_constraintStart_toStartOf="parent">
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -77,12 +77,12 @@
 | 
	
		
			
				|  |  |                      android:layout_width="wrap_content"
 | 
	
		
			
				|  |  |                      android:layout_height="wrap_content"
 | 
	
		
			
				|  |  |                      android:layout_gravity="center_horizontal"
 | 
	
		
			
				|  |  | +                    android:fontFamily="@font/lcb"
 | 
	
		
			
				|  |  | +                    android:includeFontPadding="false"
 | 
	
		
			
				|  |  |                      android:paddingStart="@dimen/divider_33px"
 | 
	
		
			
				|  |  |                      android:paddingTop="@dimen/divider_28px"
 | 
	
		
			
				|  |  |                      android:paddingEnd="@dimen/divider_31px"
 | 
	
		
			
				|  |  |                      android:paddingBottom="@dimen/divider_80px"
 | 
	
		
			
				|  |  | -                    android:fontFamily="@font/lcb"
 | 
	
		
			
				|  |  | -                    android:includeFontPadding="false"
 | 
	
		
			
				|  |  |                      android:textColor="@color/color_FFA94A09"
 | 
	
		
			
				|  |  |                      android:textSize="@dimen/divider_25px" />
 | 
	
		
			
				|  |  |              </FrameLayout>
 | 
	
	
		
			
				|  | @@ -131,11 +131,18 @@
 | 
	
		
			
				|  |  |                      android:layout_width="match_parent"
 | 
	
		
			
				|  |  |                      android:layout_height="match_parent">
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +                    <androidx.appcompat.widget.AppCompatImageView
 | 
	
		
			
				|  |  | +                        android:id="@+id/gameFrameImage"
 | 
	
		
			
				|  |  | +                        android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                        android:layout_height="match_parent"
 | 
	
		
			
				|  |  | +                        android:scaleType="fitXY" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |                      <!-- webview 演示web调用Java -->
 | 
	
		
			
				|  |  |                      <com.github.lzyzsd.jsbridge.BridgeWebView
 | 
	
		
			
				|  |  |                          android:id="@+id/webView"
 | 
	
		
			
				|  |  |                          android:layout_width="match_parent"
 | 
	
		
			
				|  |  |                          android:layout_height="match_parent"
 | 
	
		
			
				|  |  | +                        android:layout_margin="@dimen/divider_30px"
 | 
	
		
			
				|  |  |                          android:background="@android:color/white"
 | 
	
		
			
				|  |  |                          app:layout_constraintBottom_toBottomOf="parent"
 | 
	
		
			
				|  |  |                          app:layout_constraintEnd_toEndOf="parent"
 |