Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElBuenoPeso
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matis SPINELLI
ElBuenoPeso
Commits
ca97baf0
Commit
ca97baf0
authored
Feb 16, 2024
by
Timothé KOBAK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
premiere page mais crash
parent
f784b1f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
0 deletions
+51
-0
fragment_menu.xml
app/src/main/res/layout/fragment_menu.xml
+47
-0
colors.xml
app/src/main/res/values/colors.xml
+4
-0
No files found.
app/src/main/res/layout/fragment_menu.xml
0 → 100644
View file @
ca97baf0
<?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
app/src/main/res/values/colors.xml
View file @
ca97baf0
...
@@ -7,4 +7,8 @@
...
@@ -7,4 +7,8 @@
<color
name=
"teal_700"
>
#FF018786
</color>
<color
name=
"teal_700"
>
#FF018786
</color>
<color
name=
"black"
>
#FF000000
</color>
<color
name=
"black"
>
#FF000000
</color>
<color
name=
"white"
>
#FFFFFFFF
</color>
<color
name=
"white"
>
#FFFFFFFF
</color>
<color
name=
"bluee"
>
#284B63
</color>
<color
name=
"blueee"
>
#284B63
</color>
<color
name=
"navy"
>
#3C6E71
</color>
</resources>
</resources>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment