From 02ea696070aea1cdf0b71af0639499f87196ec8c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 14 Feb 2020 15:27:17 +0530 Subject: Port tunnel creation UI from Viscerion Signed-off-by: Jason A. Donenfeld --- .../main/res/layout/add_tunnels_bottom_sheet.xml | 73 ++++++++++++++++++++++ app/src/main/res/layout/tunnel_list_fragment.xml | 38 ++--------- 2 files changed, 77 insertions(+), 34 deletions(-) create mode 100644 app/src/main/res/layout/add_tunnels_bottom_sheet.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/add_tunnels_bottom_sheet.xml b/app/src/main/res/layout/add_tunnels_bottom_sheet.xml new file mode 100644 index 00000000..62f168b1 --- /dev/null +++ b/app/src/main/res/layout/add_tunnels_bottom_sheet.xml @@ -0,0 +1,73 @@ + + + + + + + + + + diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml index 4189fa5f..c4247019 100644 --- a/app/src/main/res/layout/tunnel_list_fragment.xml +++ b/app/src/main/res/layout/tunnel_list_fragment.xml @@ -65,44 +65,14 @@ android:text="@string/tunnel_list_placeholder" android:textSize="20sp" /> - - + app:icon="@drawable/ic_action_add_white" /> - - - - - - -- cgit v1.2.3