Commit ca97baf0 authored by Timothé KOBAK's avatar Timothé KOBAK

premiere page mais crash

parent f784b1f2
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Menu">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="#F3EAEA"
android:backgroundTint="#448286"
android:orientation="horizontal"
android:paddingHorizontal="20dp">
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Home"
android:textColor="#FFFFFF"
android:textColorHighlight="#CC0A0A"
android:textColorLink="#F81515"
app:iconTint="#FFFFFF"
app:rippleColor="#FBA6A6" />
<Button
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="List"
android:textColorLink="#F81515"
app:rippleColor="#FD1818" />
<Button
android:id="@+id/button3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Add"
android:textColorLink="#F81515"
app:rippleColor="#FD1818" />
</LinearLayout>
</FrameLayout>
\ No newline at end of file
......@@ -7,4 +7,8 @@
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="bluee">#284B63</color>
<color name="blueee">#284B63</color>
<color name="navy">#3C6E71</color>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment