Skip to content

Commit 2d9246d

Browse files
committed
changes
1 parent be4d9ad commit 2d9246d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

sampleproject/src/main/res/layout/activity_main.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@
55
android:id="@+id/activity_main"
66
android:layout_width="match_parent"
77
android:layout_height="match_parent"
8-
android:background="#eeedac"
98
tools:context="com.nipunbirla.boxloader.MainActivity">
109

1110
<android.support.v7.widget.CardView
1211
android:id="@+id/cv_loading"
13-
android:layout_width="100dp"
14-
android:layout_height="100dp"
12+
android:layout_width="70dp"
13+
android:layout_height="70dp"
1514
android:layout_centerInParent="true">
1615

1716
<com.nipunbirla.boxloader.BoxLoaderView
1817
android:layout_width="match_parent"
1918
android:layout_height="match_parent"
2019
app:strokeColor="#995876"
2120
app:loaderColor="#C67890"
22-
app:strokeWidth="40"
23-
app:speed="20"/>
21+
app:strokeWidth="20"
22+
app:speed="10"/>
2423
</android.support.v7.widget.CardView>
2524

2625
<TextView

0 commit comments

Comments
 (0)