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:
BIN
res/drawable-hdpi/realmadrid.png
Normal file
BIN
res/drawable-hdpi/realmadrid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@@ -10,16 +10,14 @@
|
||||
<ListView android:id="@android:id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:drawSelectorOnTop="false"/>
|
||||
android:drawSelectorOnTop="false"
|
||||
android:cacheColorHint="#00000000"
|
||||
/>
|
||||
</FrameLayout>
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:layout_height="wrap_content" android:layout_width="match_parent">
|
||||
|
||||
<Button android:id="@+id/subscribe"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Subscribe to selected matches"/>
|
||||
<Button android:layout_width="wrap_content" android:text="Subscribe to selected matches" android:layout_height="wrap_content" android:id="@+id/subscribe"></Button>
|
||||
|
||||
<Button android:id="@+id/quit"
|
||||
android:layout_height="wrap_content"
|
||||
|
18
res/layout/team_selector.xml
Normal file
18
res/layout/team_selector.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dip"
|
||||
android:layout_weight="1" >
|
||||
<ListView android:id="@android:id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:drawSelectorOnTop="false"
|
||||
android:cacheColorHint="#00000000"
|
||||
/>
|
||||
</FrameLayout>
|
||||
|
||||
</LinearLayout>
|
5
res/menu/configuration_menu.xml
Normal file
5
res/menu/configuration_menu.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:enabled="true" android:title="Select Team" android:visible="true" android:id="@+id/select_team"></item>
|
||||
</menu>
|
4
res/values/colors.xml
Normal file
4
res/values/colors.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="transparent">#fff00000</color>
|
||||
</resources>
|
Reference in New Issue
Block a user