:)
BIN
puntobip.apk
Normal file
14
resources/AndroidManifest.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.5" package="com.example.puntobip">
|
||||
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="16"/>
|
||||
<uses-permission android:name="android.permission.NFC"/>
|
||||
<uses-feature android:name="android.hardware.nfc" android:required="true"/>
|
||||
<application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@drawable/ic_launcher" android:allowBackup="true">
|
||||
<activity android:label="@string/app_name" android:name="com.example.puntobip.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
BIN
resources/META-INF/CERT.RSA
Normal file
1071
resources/META-INF/CERT.SF
Normal file
1070
resources/META-INF/MANIFEST.MF
Normal file
BIN
resources/classes.dex
Normal file
2
resources/res/anim/abc_fade_in.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromAlpha="0" android:toAlpha="1"/>
|
2
resources/res/anim/abc_fade_out.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromAlpha="1" android:toAlpha="0"/>
|
2
resources/res/anim/abc_slide_in_bottom.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="50%p" android:toYDelta="0"/>
|
2
resources/res/anim/abc_slide_in_top.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="-50%p" android:toYDelta="0"/>
|
2
resources/res/anim/abc_slide_out_bottom.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0" android:toYDelta="50%p"/>
|
2
resources/res/anim/abc_slide_out_top.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0" android:toYDelta="-50%p"/>
|
6
resources/res/color/abc_search_url_text_holo.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:color="@color/abc_search_url_text_pressed"/>
|
||||
<item android:state_selected="true" android:color="@color/abc_search_url_text_selected"/>
|
||||
<item android:color="@color/abc_search_url_text_normal"/>
|
||||
</selector>
|
BIN
resources/res/drawable-hdpi-v4/abc_ab_bottom_solid_dark_holo.png
Normal file
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 224 B |
BIN
resources/res/drawable-hdpi-v4/abc_ab_share_pack_holo_dark.png
Normal file
After Width: | Height: | Size: 267 B |
BIN
resources/res/drawable-hdpi-v4/abc_ab_share_pack_holo_light.png
Normal file
After Width: | Height: | Size: 268 B |
BIN
resources/res/drawable-hdpi-v4/abc_ab_solid_dark_holo.png
Normal file
After Width: | Height: | Size: 219 B |
BIN
resources/res/drawable-hdpi-v4/abc_ab_solid_light_holo.png
Normal file
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 212 B |
BIN
resources/res/drawable-hdpi-v4/abc_ab_transparent_dark_holo.png
Normal file
After Width: | Height: | Size: 242 B |
BIN
resources/res/drawable-hdpi-v4/abc_ab_transparent_light_holo.png
Normal file
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 217 B |
After Width: | Height: | Size: 214 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_ab_back_holo_dark.png
Normal file
After Width: | Height: | Size: 548 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_ab_back_holo_light.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_cab_done_holo_dark.png
Normal file
After Width: | Height: | Size: 791 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_cab_done_holo_light.png
Normal file
After Width: | Height: | Size: 605 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_clear_disabled.png
Normal file
After Width: | Height: | Size: 996 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_clear_normal.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 493 B |
After Width: | Height: | Size: 448 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_go.png
Normal file
After Width: | Height: | Size: 815 B |
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 126 B |
After Width: | Height: | Size: 136 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_menu_share_holo_dark.png
Normal file
After Width: | Height: | Size: 578 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_menu_share_holo_light.png
Normal file
After Width: | Height: | Size: 607 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_search.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
resources/res/drawable-hdpi-v4/abc_ic_search_api_holo_light.png
Normal file
After Width: | Height: | Size: 973 B |
BIN
resources/res/drawable-hdpi-v4/abc_ic_voice_search.png
Normal file
After Width: | Height: | Size: 2 KiB |
After Width: | Height: | Size: 705 B |
BIN
resources/res/drawable-hdpi-v4/abc_list_divider_holo_dark.png
Normal file
After Width: | Height: | Size: 132 B |
BIN
resources/res/drawable-hdpi-v4/abc_list_divider_holo_light.png
Normal file
After Width: | Height: | Size: 132 B |
BIN
resources/res/drawable-hdpi-v4/abc_list_focused_holo.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
resources/res/drawable-hdpi-v4/abc_list_longpressed_holo.png
Normal file
After Width: | Height: | Size: 176 B |
BIN
resources/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.png
Normal file
After Width: | Height: | Size: 176 B |
BIN
resources/res/drawable-hdpi-v4/abc_list_pressed_holo_light.png
Normal file
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 842 B |
After Width: | Height: | Size: 817 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 515 B |
After Width: | Height: | Size: 513 B |
After Width: | Height: | Size: 456 B |
After Width: | Height: | Size: 452 B |
BIN
resources/res/drawable-hdpi-v4/abc_tab_selected_focused_holo.png
Normal file
After Width: | Height: | Size: 156 B |
BIN
resources/res/drawable-hdpi-v4/abc_tab_selected_holo.png
Normal file
After Width: | Height: | Size: 149 B |
BIN
resources/res/drawable-hdpi-v4/abc_tab_selected_pressed_holo.png
Normal file
After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 173 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 187 B |
After Width: | Height: | Size: 187 B |
BIN
resources/res/drawable-hdpi-v4/acercatarjeta.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
resources/res/drawable-hdpi-v4/bip.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
resources/res/drawable-hdpi-v4/diezmil.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
resources/res/drawable-hdpi-v4/ic_launcher.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
resources/res/drawable-mdpi-v4/abc_ab_bottom_solid_dark_holo.png
Normal file
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 209 B |
BIN
resources/res/drawable-mdpi-v4/abc_ab_share_pack_holo_dark.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
resources/res/drawable-mdpi-v4/abc_ab_share_pack_holo_light.png
Normal file
After Width: | Height: | Size: 248 B |
BIN
resources/res/drawable-mdpi-v4/abc_ab_solid_dark_holo.png
Normal file
After Width: | Height: | Size: 206 B |
BIN
resources/res/drawable-mdpi-v4/abc_ab_solid_light_holo.png
Normal file
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 198 B |
BIN
resources/res/drawable-mdpi-v4/abc_ab_transparent_dark_holo.png
Normal file
After Width: | Height: | Size: 224 B |