Skip to content

Commit

Permalink
app: Change colors and theme a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Baghel <[email protected]>
  • Loading branch information
radcolor committed Oct 23, 2020
1 parent ba895c5 commit 7ec65a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions ui/src/main/res/layout/tunnel_detail_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
app:layout_constraintTop_toTopOf="parent">

<androidx.constraintlayout.widget.ConstraintLayout
android:padding="4dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">

Expand Down
1 change: 1 addition & 0 deletions ui/src/main/res/layout/tunnel_detail_peer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
android:layout_margin="8dp">

<androidx.constraintlayout.widget.ConstraintLayout
android:padding="4dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">

Expand Down
6 changes: 3 additions & 3 deletions ui/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Base palette -->
<color name="primary_color">#ff212121</color>
<color name="primary_light_color">#ff484848</color>
<color name="primary_color">#ff000000</color>
<color name="primary_light_color">#ff212121</color>
<color name="primary_dark_color">#ff000000</color>
<color name="secondary_color">#ff4285f4</color>
<color name="secondary_light_color">#ff80b4ff</color>
Expand All @@ -13,7 +13,7 @@
<!-- Theme variables -->
<color name="list_multiselect_background">#1aeeeeee</color>
<color name="status_bar_color">@color/primary_color</color>
<color name="navigation_bar_color">#aa212121</color>
<color name="navigation_bar_color">#ff000000</color>

<!-- Log viewer tag colors -->
<color name="debug_tag_color">#aaaaaa</color>
Expand Down

0 comments on commit 7ec65a6

Please sign in to comment.