Skip to content

Commit d66eb97

Browse files
author
uis
committed
demo
1 parent cedf874 commit d66eb97

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

demo/src/main/res/layout/stack_left.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
android:layout_height="wrap_content"
77
stack:stackSpace="10dp"
88
stack:stackEdge="10dp"
9-
stack:stackZoomX="0.1"
10-
stack:stackZoomY="0.1"
9+
stack:stackZoomX="1"
10+
stack:stackZoomY="0.9"
1111
stack:stackLooper = "true"
1212
stack:stackSize = "5"
1313
stack:stackEdgeModel = "left">

demo/src/main/res/layout/stack_right.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
xmlns:stack="http://schemas.android.com/apk/res-auto"
44
android:id="@+id/stacklayout"
55
android:layout_width="match_parent"
6-
android:layout_height="wrap_content"
7-
stack:stackSpace="10dp"
6+
android:layout_height="150dp"
7+
stack:stackSpace="15dp"
88
stack:stackEdge="10dp"
9-
stack:stackZoomX="0.2"
10-
stack:stackZoomY="0.1"
9+
stack:stackZoomX="1"
10+
stack:stackPadX="5dp"
11+
stack:stackZoomY="0.9"
1112
stack:stackLooper = "false"
1213
stack:stackSize = "3"
1314
stack:stackEdgeModel = "right">

0 commit comments

Comments
 (0)