8.25 代码纠错
|
@ -1,3 +0,0 @@
|
|||
# cache for current jar dependency. DO NOT EDIT.
|
||||
# format is <lastModified> <length> <SHA-1> <path>
|
||||
# Encoding is UTF-8
|
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 874 B |
Before Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 471 B |
Before Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 903 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 548 B |
Before Width: | Height: | Size: 817 B |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 2.7 KiB |
|
@ -9,14 +9,22 @@
|
|||
android:id="@+id/mymultiViewGroup" android:layout_below="@id/tv_hello_world"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content">
|
||||
</com.stone.shop.view.MultiViewGroup>
|
||||
<Button android:id="@+id/bt_scrollLeft"
|
||||
android:layout_alignParentBottom="true" android:layout_width="200dip"
|
||||
android:layout_height="wrap_content" android:text="Scroller滑到下一屏" />
|
||||
|
||||
<Button android:id="@+id/bt_scrollRight" android:layout_width="200dip"
|
||||
android:layout_toRightOf="@id/bt_scrollLeft"
|
||||
android:layout_alignParentBottom="true" android:layout_height="wrap_content"
|
||||
android:text="停止滑动" />
|
||||
android:text="驻足观看" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/bt_scrollLeft"
|
||||
style="@style/MyDialog"
|
||||
android:layout_width="200dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:text="跳过,直接登录" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
|
|