充电桩app代码

pager_layout.xml 1.3KB

    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:ignore="UselessParent" > <androidx.viewpager.widget.ViewPager android:id="@+id/guidePages" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_above="@+id/viewGroup" /> <!-- <ScrollView android:id="@+id/scrollview" android:layout_width="match_parent" android:layout_height="70dp" android:layout_above="@+id/viewGroup" android:layout_marginBottom="15dp" > <TextView android:id="@+id/photo_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" android:text="@string/hello_world" /> </ScrollView> --> <LinearLayout android:id="@+id/viewGroup" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:gravity="center_horizontal" android:orientation="horizontal" > </LinearLayout> </RelativeLayout>