Parcourir la source

Change background in Main screen.

pull/12/head
Mushegh Sahakyan il y a 4 ans
Parent
révision
ccb3bed782
8 fichiers modifiés avec 1 ajouts et 10 suppressions
  1. BIN
     
  2. BIN
     
  3. BIN
     
  4. BIN
     
  5. BIN
     
  6. BIN
     
  7. +0
    -9
      ui/src/main/res/drawable/main_background.xml
  8. +1
    -1
      ui/src/main/res/layout/activity_main.xml






+ 0
- 9
ui/src/main/res/drawable/main_background.xml Voir le fichier

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

<item>
<shape android:shape="rectangle">
<gradient android:endColor="@color/main_background_end_color" android:centerColor="@color/main_background_center_color" android:startColor="@color/main_background_start_color" />
</shape>
</item>
</selector>

+ 1
- 1
ui/src/main/res/layout/activity_main.xml Voir le fichier

@@ -5,7 +5,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/main_background"
android:background="@drawable/bkrnd"
tools:context="com.wireguard.android.activity.MainActivity">




Chargement…
Annuler
Enregistrer