1
0
mirror of https://github.com/balkian/Carrousel-Android.git synced 2025-09-02 08:32:21 +00:00

I9: Checkboxes y Adapter propio

This commit is contained in:
Fernando Herrera
2011-03-10 00:33:46 +01:00
parent 4bb85fb0de
commit ee90d55080
2 changed files with 91 additions and 3 deletions

6
res/layout/list_item.xml Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
</TextView>