aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_trust_keys.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-31 21:47:25 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-31 21:47:25 +0200
commit1a46ae528a7894a405c9fb1cfba90a6386e826d4 (patch)
tree91ef4792a357284f487fbec28ca1dcbcd993d1f9 /src/main/res/layout/activity_trust_keys.xml
parent5f8de512f5d14515146d341bc3e0ae0e066837b8 (diff)
optimize imports
Diffstat (limited to 'src/main/res/layout/activity_trust_keys.xml')
-rw-r--r--src/main/res/layout/activity_trust_keys.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/res/layout/activity_trust_keys.xml b/src/main/res/layout/activity_trust_keys.xml
index d7bb76281..1e95099f9 100644
--- a/src/main/res/layout/activity_trust_keys.xml
+++ b/src/main/res/layout/activity_trust_keys.xml
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/grey200" >
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@color/grey200">
<ScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"