aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/tunnel_editor_fragment.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2018-04-29 10:41:08 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2018-04-30 17:30:25 +0530
commit7e415a62c7594e53b3658a54786df5d6173a843f (patch)
tree739cb3d3470b628e0c66e272666385102010cf16 /app/src/main/res/layout/tunnel_editor_fragment.xml
parentwg-build: Upgrade databinding library to 3.1.2 (diff)
downloadwireguard-android-7e415a62c7594e53b3658a54786df5d6173a843f.tar.xz
wireguard-android-7e415a62c7594e53b3658a54786df5d6173a843f.zip
wg: Break out crossport dependency
Replace all crossport uses with upstream design support library components. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/layout/tunnel_editor_fragment.xml')
-rw-r--r--app/src/main/res/layout/tunnel_editor_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/tunnel_editor_fragment.xml b/app/src/main/res/layout/tunnel_editor_fragment.xml
index 4d56ee3e..964aff5c 100644
--- a/app/src/main/res/layout/tunnel_editor_fragment.xml
+++ b/app/src/main/res/layout/tunnel_editor_fragment.xml
@@ -18,7 +18,7 @@
type="com.wireguard.config.Config.Observable" />
</data>
- <com.commonsware.cwac.crossport.design.widget.CoordinatorLayout
+ <android.support.design.widget.CoordinatorLayout
android:id="@+id/main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -226,5 +226,5 @@
android:text="@string/add_peer" />
</LinearLayout>
</ScrollView>
- </com.commonsware.cwac.crossport.design.widget.CoordinatorLayout>
+ </android.support.design.widget.CoordinatorLayout>
</layout>