diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-14 21:05:32 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-18 13:13:31 +0000 |
| commit | fdf572cab37004248f003ac00497d2ec0bc57982 (patch) | |
| tree | c1506c5cd293c04bdad7f6e7d814726a7341ec8c /android/src/main | |
| parent | 1868170bbab6e3741c4b58fecfeb176a9aa137a7 (diff) | |
| download | mullvadvpn-fdf572cab37004248f003ac00497d2ec0bc57982.tar.xz mullvadvpn-fdf572cab37004248f003ac00497d2ec0bc57982.zip | |
Tweak Notification Banner
Diffstat (limited to 'android/src/main')
| -rw-r--r-- | android/src/main/res/layout/notification_banner.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/android/src/main/res/layout/notification_banner.xml b/android/src/main/res/layout/notification_banner.xml index dd43aa0a49..abd28193d8 100644 --- a/android/src/main/res/layout/notification_banner.xml +++ b/android/src/main/res/layout/notification_banner.xml @@ -2,8 +2,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingVertical="8dp" - android:paddingLeft="20dp" - android:paddingRight="10dp" + android:paddingLeft="16dp" + android:paddingRight="12dp" android:background="?android:attr/selectableItemBackground"> <RelativeLayout android:id="@+id/notification_status_container" android:layout_width="wrap_content" @@ -40,11 +40,12 @@ android:text="" android:visibility="gone" /> <ImageView android:id="@+id/notification_icon" - android:layout_width="12dp" - android:layout_height="12dp" + android:layout_width="20dp" + android:layout_height="20dp" android:layout_alignParentRight="true" android:layout_centerVertical="true" android:alpha="0.6" + android:padding="4dp" android:src="@drawable/icon_extlink" android:visibility="gone" /> </RelativeLayout> |
