19 lines
		
	
	
		
			661 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			661 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
    android:layout_width="match_parent"
 | 
						|
    android:layout_height="wrap_content"
 | 
						|
    android:orientation="vertical">
 | 
						|
 | 
						|
    <com.zhpan.bannerview.BannerViewPager
 | 
						|
        android:id="@+id/pager"
 | 
						|
        android:layout_width="match_parent"
 | 
						|
        android:layout_height="wrap_content" />
 | 
						|
 | 
						|
    <com.zhpan.indicator.IndicatorView
 | 
						|
        android:id="@+id/indicator2"
 | 
						|
        android:layout_width="match_parent"
 | 
						|
        android:layout_height="wrap_content"
 | 
						|
        android:layout_gravity="center"
 | 
						|
        android:layout_marginTop="28dp" />
 | 
						|
</LinearLayout>
 |