diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/tunnel_list_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml index 3e31159c..a442c3be 100644 --- a/app/src/main/res/layout/tunnel_list_fragment.xml +++ b/app/src/main/res/layout/tunnel_list_fragment.xml @@ -49,7 +49,7 @@ android:layout_width="140dp" android:layout_height="140dp" android:layout_gravity="center" - android:tint="@color/transparent_background_placeholder" + android:alpha="0.3333333" android:layout_marginTop="-70dp" android:layout_marginBottom="20dp" android:src="@mipmap/ic_launcher" /> |