-
-
Save fernandolopes/5b61c136d6e8e449e12ffa6da698ed5c to your computer and use it in GitHub Desktop.
Lista
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"?> | |
| <RelativeLayout | |
| xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:app="http://schemas.android.com/apk/res-auto" | |
| xmlns:tools="http://schemas.android.com/tools" | |
| android:orientation="vertical" | |
| android:layout_width="match_parent" | |
| android:background="#000" | |
| android:layout_height="match_parent" | |
| tools:context="com.example.fernando.myapplication.MainActivity" | |
| > | |
| <LinearLayout | |
| android:orientation="horizontal" | |
| android:layout_width="match_parent" | |
| android:layout_height="30dp" | |
| android:background="#8B8B7A" | |
| android:layout_alignParentTop="true" | |
| android:id="@+id/menu_top" | |
| > | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="+2.5" | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="-2.5" | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="C.F." | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="X.F." | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="Gm.C" | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="Gm.F" | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="Amb" | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="N.A." | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="CgFm" | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| <TextView | |
| android:textColor="#FFF" | |
| android:text="FgCm" | |
| android:textSize="12sp" | |
| android:gravity="center" | |
| android:layout_width="0dp" | |
| android:layout_height="match_parent" | |
| android:layout_weight="1" | |
| /> | |
| </LinearLayout> | |
| <LinearLayout | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content" | |
| android:layout_below="@+id/menu_top" | |
| android:layout_above="@+id/menu_bottom"> | |
| <ListView | |
| android:id="@+id/lista_data" | |
| android:background="#000" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| /> | |
| </LinearLayout> | |
| <LinearLayout | |
| android:orientation="horizontal" | |
| android:id="@+id/menu_bottom" | |
| android:layout_width="match_parent" | |
| android:layout_height="65dp" | |
| android:background="#838B8B" | |
| android:layout_alignParentBottom="true" | |
| > | |
| <TextView | |
| android:paddingTop="10dp" | |
| android:paddingLeft="15dp" | |
| android:paddingRight="5dp" | |
| android:paddingEnd="5dp" | |
| android:paddingStart="15dp" | |
| android:textColor="#FFF" | |
| android:text="R$" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" /> | |
| <TextView | |
| android:id="@+id/editar_valor" | |
| android:background="#1C1C1C" | |
| android:textColor="#FFF" | |
| android:enabled="false" | |
| android:windowSoftInputMode="stateHidden" | |
| android:text="0" | |
| android:textAlignment="textEnd" | |
| android:gravity="end|center" | |
| android:layout_marginTop="5dp" | |
| android:layout_marginRight="5dp" | |
| android:layout_marginEnd="5dp" | |
| android:paddingRight="10dp" | |
| android:paddingEnd="10dp" | |
| android:paddingStart="0dp" | |
| android:paddingLeft="0dp" | |
| android:layout_width="90dp" | |
| android:layout_height="40dp" /> | |
| <TextView | |
| android:paddingTop="10dp" | |
| android:paddingRight="5dp" | |
| android:paddingEnd="5dp" | |
| android:paddingStart="0dp" | |
| android:paddingLeft="0dp" | |
| android:textColor="#FFF" | |
| android:text="X" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" /> | |
| <LinearLayout | |
| android:paddingTop="10dp" | |
| android:orientation="vertical" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent"> | |
| <LinearLayout | |
| android:orientation="horizontal" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content"> | |
| <TextView | |
| android:id="@+id/texto_multiplicador" | |
| android:text="5,43" | |
| android:textColor="#FFF" | |
| android:layout_marginRight="10dp" | |
| android:layout_marginEnd="10dp" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" /> | |
| <TextView | |
| android:id="@+id/texto_eventos" | |
| android:background="#00CD66" | |
| android:text="Eventos: 1" | |
| android:padding="4dp" | |
| android:textColor="#FFF" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" /> | |
| </LinearLayout> | |
| <TextView | |
| android:id="@+id/texto_premio" | |
| android:textSize="20sp" | |
| android:text="Prêmio: R$ 0,00" | |
| android:textColor="#FFFF00" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" /> | |
| </LinearLayout> | |
| </LinearLayout> | |
| <android.support.design.widget.FloatingActionButton | |
| android:id="@+id/ticket" | |
| app:backgroundTint="#BCEE68" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" | |
| android:src="@android:drawable/ic_dialog_dialer" | |
| android:layout_marginBottom="28dp" | |
| android:layout_alignParentBottom="true" | |
| android:layout_alignParentRight="true" | |
| android:layout_alignParentEnd="true" | |
| android:layout_marginRight="10dp" | |
| android:layout_marginEnd="10dp" | |
| android:tint="#000" | |
| /> | |
| </RelativeLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment