Skip to content

Commit

Permalink
Modify background color
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Jan 7, 2024
1 parent 44dee8e commit c24dee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion V2rayNG/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
android:id="@+id/layout_test"
android:layout_width="match_parent"
android:layout_height="@dimen/connection_test_height"
android:background="?attr/colorPrimary"
android:background="@color/colorMainTestBg"
android:gravity="center|start"
android:nextFocusRight="@+id/fab"
android:clickable="true"
Expand Down
1 change: 1 addition & 0 deletions V2rayNG/app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
<color name="colorAccent">#FFFFFF</color>
<color name="colorBg">#000000</color>
<color name="colorText">#FFFFFF</color>
<color name="colorMainTestBg">#222222</color>
</resources>
1 change: 1 addition & 0 deletions V2rayNG/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
<color name="colorAccent">#000000</color>
<color name="colorBg">#FFFFFF</color>
<color name="colorText">#000000</color>
<color name="colorMainTestBg">#F0F1F6</color>
</resources>

0 comments on commit c24dee5

Please sign in to comment.