0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00

Remove manually set background from logview and connection (closes #1403)

This commit is contained in:
Arne Schwabe 2021-10-16 02:53:19 +02:00
parent 12c2b2a9d7
commit a505a2fa53
4 changed files with 0 additions and 13 deletions

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2012-2016 Arne Schwabe
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/background_light" />
</shape>

View File

@ -12,7 +12,6 @@
tools:context=".LogWindow">
<LinearLayout
android:background="@drawable/white_rect"
android:elevation="1dp"
android:layout_height="wrap_content"
android:layout_width="match_parent">

View File

@ -14,7 +14,6 @@
<LinearLayout
android:background="@drawable/white_rect"
android:elevation="1dp"
android:minWidth="300dp"

View File

@ -58,7 +58,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:background="@drawable/white_rect"
android:drawableLeft="@drawable/ic_dialog_alert"
android:drawableStart="@drawable/ic_dialog_alert"
android:drawablePadding="10dp"