diff options
author | cyberta <cyberta@riseup.net> | 2022-12-04 02:07:49 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-12-04 02:07:49 +0100 |
commit | e8625b3fb29285d73033efb3aab96263528e270a (patch) | |
tree | 0ed50a8bb7820a7c818421ba243d884853b4783f /app/src/main/res/layout-xlarge | |
parent | d6955953291cd0a1d02c4cd7aeb4190086d15b6c (diff) |
replace connected state background pngs for RiseupVPN with vector graphics
Diffstat (limited to 'app/src/main/res/layout-xlarge')
-rw-r--r-- | app/src/main/res/layout-xlarge/f_eip.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/src/main/res/layout-xlarge/f_eip.xml b/app/src/main/res/layout-xlarge/f_eip.xml index b2b8915d..e413319a 100644 --- a/app/src/main/res/layout-xlarge/f_eip.xml +++ b/app/src/main/res/layout-xlarge/f_eip.xml @@ -34,7 +34,7 @@ android:layout_width="0dp" android:layout_height="0dp" android:orientation="horizontal" - app:layout_constraintGuide_percent="0.55" /> + app:layout_constraintGuide_percent="0.6" /> <androidx.constraintlayout.widget.Guideline android:id="@+id/guideline_horizontal_button_top" @@ -65,10 +65,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="fitXY" - android:layout_marginLeft="-300dp" - android:layout_marginRight="-300dp" - android:layout_marginTop="-300dp" - android:layout_marginBottom="-300dp" app:srcCompat="@drawable/bg_disconnected" /> |