Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
firefox-android
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
firefox-android
Commits
ef43762d
Commit
ef43762d
authored
Apr 17, 2024
by
clairehurst
Committed by
Dan Ballard
Apr 17, 2024
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Implement Android-native Connection Assist UI
parent
8cc03c8e
No related branches found
No related tags found
1 merge request
!85
Bug_42527: Replace hard coded color values with color references
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml
+7
-7
7 additions, 7 deletions
...pp/src/main/res/layout/fragment_tor_connection_assist.xml
with
7 additions
and
7 deletions
fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml
+
7
−
7
View file @
ef43762d
...
...
@@ -81,7 +81,7 @@
android:layout_marginTop=
"24dp"
android:paddingHorizontal=
"24dp"
android:text=
"@string/connection_assist_tor_connect_title"
android:textColor=
"
#FBFBFE
"
android:textColor=
"
@color/photonLightGrey05
"
android:textSize=
"22sp"
app:layout_constraintTop_toBottomOf=
"@id/tor_connect_image"
/>
...
...
@@ -93,7 +93,7 @@
android:paddingHorizontal=
"24dp"
android:paddingVertical=
"16dp"
android:text=
"@string/preferences_tor_network_settings_explanation"
android:textColor=
"
#FBFBFE
"
android:textColor=
"
@color/photonLightGrey05
"
android:textSize=
"14sp"
app:layout_constraintTop_toBottomOf=
"@id/title_large_text_view"
/>
...
...
@@ -104,7 +104,7 @@
android:paddingHorizontal=
"24dp"
android:paddingVertical=
"8dp"
android:text=
"@string/connection_assist_always_connect_automatically_toggle_description"
android:textColor=
"
#FBFBFE
"
android:textColor=
"
@color/photonLightGrey05
"
app:layout_constraintTop_toBottomOf=
"@id/title_description"
/>
<TextView
...
...
@@ -114,7 +114,7 @@
android:paddingHorizontal=
"24dp"
android:layout_marginTop=
"24dp"
android:text=
"@string/connection_assist_unblock_the_internet_in_country_or_region"
android:textColor=
"
#FBFBFE
"
android:textColor=
"
@color/photonLightGrey05
"
android:visibility=
"gone"
app:layout_constraintTop_toBottomOf=
"@id/title_description"
/>
...
...
@@ -126,7 +126,7 @@
android:layout_marginStart=
"24dp"
android:layout_marginTop=
"8dp"
android:layout_marginEnd=
"24dp"
android:textColor=
"
#FBFBFE
"
android:textColor=
"
@color/photonLightGrey05
"
android:tooltipText=
"@string/connection_assist_share_my_location_country_or_region"
android:visibility=
"gone"
app:layout_constraintEnd_toEndOf=
"parent"
...
...
@@ -158,7 +158,7 @@
android:minWidth=
"360dp"
android:text=
"@string/tor_bootstrap_connect"
android:textAllCaps=
"false"
android:textColor=
"
#FBFBFE
"
android:textColor=
"
@color/photonLightGrey05
"
android:textSize=
"14sp"
android:textStyle=
"bold"
app:layout_constraintBottom_toTopOf=
"@id/tor_bootstrap_button_2"
...
...
@@ -177,7 +177,7 @@
android:minWidth=
"360dp"
android:text=
"@string/connection_assist_configure_connection_button"
android:textAllCaps=
"false"
android:textColor=
"
#15141A
"
android:textColor=
"
@color/photonDarkGrey90
"
android:textSize=
"14sp"
android:textStyle=
"bold"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment