mirror of
https://github.com/balkian/Carrousel-Android.git
synced 2025-09-02 08:32:21 +00:00
Primer commit, no carga la lista de equipos
This commit is contained in:
37
gen/com/onirica/carrousel/R.java
Normal file
37
gen/com/onirica/carrousel/R.java
Normal file
@@ -0,0 +1,37 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* aapt tool from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
|
||||
package com.onirica.carrousel;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
}
|
||||
public static final class color {
|
||||
public static final int transparent=0x7f040000;
|
||||
}
|
||||
public static final class drawable {
|
||||
public static final int icon=0x7f020000;
|
||||
public static final int realmadrid=0x7f020001;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int quit=0x7f070001;
|
||||
public static final int select_team=0x7f070002;
|
||||
public static final int subscribe=0x7f070000;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int list_item=0x7f030000;
|
||||
public static final int main=0x7f030001;
|
||||
public static final int team_selector=0x7f030002;
|
||||
}
|
||||
public static final class menu {
|
||||
public static final int configuration_menu=0x7f060000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int app_name=0x7f050001;
|
||||
public static final int hello=0x7f050000;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user