Skip to content

Commit 406870f

Browse files
author
Shushant
committed
Improved layout
1 parent d12a8c9 commit 406870f

File tree

82 files changed

+859
-310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+859
-310
lines changed

res/anim/loading_small.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:oneshot="false">
4+
<item
5+
android:drawable="@drawable/loading_1_36x36"
6+
android:duration="150" />
7+
<item
8+
android:drawable="@drawable/loading_2_36x36"
9+
android:duration="150" />
10+
<item
11+
android:drawable="@drawable/loading_3_36x36"
12+
android:duration="150" />
13+
<item
14+
android:drawable="@drawable/loading_4_36x36"
15+
android:duration="150" />
16+
<item
17+
android:drawable="@drawable/loading_5_36x36"
18+
android:duration="150" />
19+
<item
20+
android:drawable="@drawable/loading_6_36x36"
21+
android:duration="150" />
22+
<item
23+
android:drawable="@drawable/loading_7_36x36"
24+
android:duration="150" />
25+
<item
26+
android:drawable="@drawable/loading_8_36x36"
27+
android:duration="150" />
28+
<item
29+
android:drawable="@drawable/loading_9_36x36"
30+
android:duration="150" />
31+
<item
32+
android:drawable="@drawable/loading_10_36x36"
33+
android:duration="150" />
34+
<item
35+
android:drawable="@drawable/loading_11_36x36"
36+
android:duration="150" />
37+
<item
38+
android:drawable="@drawable/loading_12_36x36"
39+
android:duration="150" />
40+
</animation-list>

res/anim/slide_left_in.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<set xmlns:android="http://schemas.android.com/apk/res/android">
3+
<translate
4+
android:duration="200"
5+
android:fromXDelta="100.0%p"
6+
android:toXDelta="0.0" />
7+
</set>

res/anim/slide_left_out.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<set xmlns:android="http://schemas.android.com/apk/res/android">
3+
<translate
4+
android:duration="200"
5+
android:fromXDelta="0.0"
6+
android:toXDelta="-100.0%p" />
7+
</set>

res/anim/slide_right_in.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<set xmlns:android="http://schemas.android.com/apk/res/android">
3+
<translate
4+
android:duration="200"
5+
android:fromXDelta="-100.0%p"
6+
android:toXDelta="0.0" />
7+
</set>

res/anim/slide_right_out.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<set xmlns:android="http://schemas.android.com/apk/res/android">
3+
<translate
4+
android:duration="200"
5+
android:fromXDelta="0.0"
6+
android:toXDelta="100.0%p" />
7+
</set>

res/drawable-hdpi/btn.9.png

1.29 KB

res/drawable-hdpi/btn_down.9.png

1.28 KB

res/drawable-hdpi/download_btn.png

1.02 KB
1.02 KB

res/drawable-hdpi/et_bg.9.png

501 Bytes

0 commit comments

Comments
 (0)