-
-
Save fernandolopes/9409d9c9104e07d1905ba531621d5798 to your computer and use it in GitHub Desktop.
Adapter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="vertical" | |
android:background="#9C9C9C" | |
> | |
<LinearLayout | |
android:layout_height="wrap_content" | |
android:layout_width="match_parent" | |
android:orientation="horizontal" | |
android:background="#EEEED1" | |
> | |
<TextView | |
android:id="@+id/semana_dia_mes" | |
android:padding="8dp" | |
android:textColor="#000" | |
android:layout_width="0dp" | |
android:layout_height="wrap_content" | |
android:layout_weight="1" | |
android:text="domingo - 02 setembro" | |
/> | |
<LinearLayout | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
android:orientation="horizontal" | |
> | |
<TextView | |
android:padding="8dp" | |
android:textColor="#000" | |
android:gravity="center" | |
android:layout_width="0dp" | |
android:layout_height="wrap_content" | |
android:layout_weight="1" | |
android:text="1" /> | |
<TextView | |
android:padding="8dp" | |
android:textColor="#000" | |
android:gravity="center" | |
android:layout_width="0dp" | |
android:layout_height="wrap_content" | |
android:layout_weight="1" | |
android:text="X" /> | |
<TextView | |
android:padding="8dp" | |
android:textColor="#000" | |
android:gravity="center" | |
android:layout_width="0dp" | |
android:layout_height="wrap_content" | |
android:layout_weight="1" | |
android:text="2" /> | |
</LinearLayout> | |
</LinearLayout> | |
<LinearLayout | |
android:orientation="horizontal" | |
android:layout_width="match_parent" | |
android:layout_height="80dp" | |
> | |
<LinearLayout | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:background="#9C9C9C" | |
android:layout_weight="1" | |
android:orientation="vertical" | |
android:layout_margin="10dp" | |
> | |
<TextView | |
android:id="@+id/time1" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:textStyle="bold|italic" | |
android:textSize="15dp" | |
android:text="Ceara" | |
android:textAppearance="@style/TextAppearance.AppCompat.Caption" | |
android:textColor="#FFF" /> | |
<TextView | |
android:id="@+id/time2" | |
android:text="Fortaleza" | |
android:textStyle="bold|italic" | |
android:textSize="15dp" | |
android:textColor="#FFF" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" /> | |
<LinearLayout | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:orientation="horizontal"> | |
<TextView | |
android:id="@+id/horario" | |
android:layout_width="wrap_content" | |
android:layout_height="match_parent" | |
android:text="16:00" | |
android:textColor="#FFF" | |
android:textSize="15dp" | |
android:textStyle="bold|italic" /> | |
<Button | |
android:layout_width="50dp" | |
android:layout_height="25dp" | |
android:text="+" | |
android:textColor="#008000" | |
android:textStyle="bold" /> | |
</LinearLayout> | |
</LinearLayout> | |
<LinearLayout | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:background="#696969" | |
android:layout_weight="1" | |
> | |
<Button | |
android:id="@+id/btn0" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn1" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn2" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
</LinearLayout> | |
</LinearLayout> | |
<LinearLayout | |
android:layout_marginTop="2dp" | |
android:layout_height="40dp" | |
android:layout_width="match_parent" | |
> | |
<Button | |
android:id="@+id/btn3" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn4" | |
android:background="@drawable/btn_bg" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn5" | |
android:background="@drawable/btn_bg" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn6" | |
android:background="@drawable/btn_bg" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn7" | |
android:background="@drawable/btn_bg" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn8" | |
android:background="@drawable/btn_bg" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn9" | |
android:background="@drawable/btn_bg" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn10" | |
android:background="@drawable/btn_bg" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
<Button | |
android:id="@+id/btn11" | |
android:background="@drawable/btn_bg" | |
android:textColor="#FFF" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_weight="1" | |
/> | |
</LinearLayout> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment