Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TMP-23-105
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
K.Tharmikan
TMP-23-105
Commits
e6ffc3a4
Commit
e6ffc3a4
authored
Oct 31, 2023
by
Heisapirashoban Nadarajah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload Frondend CSS file
parent
2c735b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
92 additions
and
0 deletions
+92
-0
speak.kv
speak.kv
+92
-0
No files found.
speak.kv
0 → 100644
View file @
e6ffc3a4
<speak_Screen>:
name: "speak"
l1:l1
MDToolbar:
title: "Voice Analyzer"
size_hint: 1,.08
elevation: 5
pos_hint: {"center_y": .95}
MDToolbar:
title: "Voice Analyzer"
size_hint: 1,.08
elevation: 5
font_size: 20
color: 0,100,0
pos_hint: {"center_y": .95}
MDToolbar:
size_hint: 1,.08
elevation: 5
canvas.before:
Color:
rgba: (1, 1, 1, 1)
Rectangle:
source:'assets//img//bk.jpg'
size: 500, 500
pos: self.pos
Image:
source: "assets//img//2022.png"
id: avatar_image
size_hint: 1, 1
pos_hint: {"center_x":0.5, "center_y":0.78}
MDIconButton:
icon: "home"
text_color: "white"
theme_text_color: "Custom"
pos_hint: {"center_x": 0.1}
pos_hint: {"center_x": 0.50}
user_font_size: "35sp"
on_release: app.screen_manager.change_screen("Main_Menu")
GridLayout:
cols: 2
padding : 30,30
spacing: 20, 20
row_default_height: '30dp'
MDLabel:
text: "Press following button mic to start "
halign: "center"
pos_hint: {"center_x":0.5, "center_y":0.58}
font_style: "H6"
color: 223, 55, 19
background_color: (1.0, 0.0, 0.0, 1.0)
MDIconButton:
text: "Record"
icon: "microphone"
pos_hint: {"center_x": 0.5, "center_y":0.33}
theme_text_color: "Custom"
text_color: 1, 1, 1, 1
md_bg_color: app.theme_cls.primary_color
user_font_size: "64sp"
on_release:
root.btnA()
MDLabel:
text: "1"
halign: "center"
pos_hint: {"center_y":.20}
id: l1
font_name: "Iskoola Pota Regular.ttf"
color: 223, 55, 19
background_color: (1.0, 0.0, 0.0, 1.0)
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