Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
Pluggable Transports
Snowflake Mobile
Commits
8d6706c6
Verified
Commit
8d6706c6
authored
Aug 05, 2020
by
HashikD
Browse files
Added font SourceCodePro
parent
aaea63a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/font/source_code_pro.ttf
0 → 100644
View file @
8d6706c6
File added
app/src/main/res/layout/fragment_main.xml
View file @
8d6706c6
...
...
@@ -5,13 +5,16 @@
android:layout_height=
"match_parent"
tools:context=
".fragments.MainFragment"
>
<Switch
android:id=
"@+id/start_button"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_margin=
"20dp"
android:layout_marginStart=
"20dp"
android:layout_marginTop=
"20dp"
android:layout_marginEnd=
"20dp"
android:layout_marginBottom=
"20dp"
android:fontFamily=
"@font/source_code_pro"
android:text=
"@string/Snowflake_Off"
android:textAlignment=
"textStart"
android:textColor=
"@color/colorText"
...
...
@@ -23,6 +26,7 @@
android:layout_height=
"wrap_content"
android:layout_below=
"@id/start_button"
android:layout_centerHorizontal=
"true"
android:fontFamily=
"@font/source_code_pro"
android:gravity=
"center"
android:paddingLeft=
"50dp"
android:paddingTop=
"10dp"
...
...
Write
Preview
Supports
Markdown
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