aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-08 20:42:58 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-08 23:39:26 -0600
commit4f02817ef0a7f0383468805f8e9a976a85d43e3e (patch)
treefb26bd712c81c6730d92e61ccec574c002ed4ab1 /app/src/main/res/layout
parentproject: Remove currently-unused library (diff)
downloadwireguard-android-4f02817ef0a7f0383468805f8e9a976a85d43e3e.tar.xz
wireguard-android-4f02817ef0a7f0383468805f8e9a976a85d43e3e.zip
global: Fix or suppress most lints/warnings
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/main_activity.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/main_activity.xml b/app/src/main/res/layout/main_activity.xml
index d67e64bc..0f21e2e8 100644
--- a/app/src/main/res/layout/main_activity.xml
+++ b/app/src/main/res/layout/main_activity.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/master_fragment"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent"
+ tools:ignore="MergeRootFrame" />