Eric Kok
12 years ago
7 changed files with 53 additions and 14 deletions
@ -1,5 +1,13 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" |
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" > |
||||||
android:drawable="@drawable/ic_empty_details" |
|
||||||
android:pivotX="50%" |
<item |
||||||
android:pivotY="50%" /> |
android:id="@android:id/progress" |
||||||
|
android:duration="100"> |
||||||
|
<rotate |
||||||
|
android:drawable="@drawable/ic_empty_details" |
||||||
|
android:pivotX="50%" |
||||||
|
android:pivotY="50%" /> |
||||||
|
</item> |
||||||
|
|
||||||
|
</animation-list> |
@ -1,5 +1,5 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<resources> |
<resources> |
||||||
<!-- Used to determine if a device is 'small', i.e. a phone; for reference: a Nexus 7's smallest width is 533dip --> |
<!-- Used to determine if a device is 'small', i.e. a phone; for reference: a Nexus 7's smallest width is 533dip --> |
||||||
<bool name="small_screen">false</bool> |
<bool name="show_dialog_fullscreen">false</bool> |
||||||
</resources> |
</resources> |
@ -1,5 +1,5 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<resources> |
<resources> |
||||||
<!-- Used to determine if a device is 'small', i.e. a phone; for reference: a Nexus 7's smallest width is 533dip --> |
<!-- Used to determine if a device is 'small', i.e. a phone; for reference: a Nexus 7's smallest width is 533dip --> |
||||||
<bool name="small_screen">true</bool> |
<bool name="show_dialog_fullscreen">true</bool> |
||||||
</resources> |
</resources> |
Loading…
Reference in new issue