diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-05-31 21:47:25 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-05-31 21:47:25 +0200 |
commit | 1a46ae528a7894a405c9fb1cfba90a6386e826d4 (patch) | |
tree | 91ef4792a357284f487fbec28ca1dcbcd993d1f9 /src/main/res | |
parent | 5f8de512f5d14515146d341bc3e0ae0e066837b8 (diff) |
optimize imports
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/layout/activity_publish_profile_picture.xml | 1 | ||||
-rw-r--r-- | src/main/res/layout/activity_trust_keys.xml | 7 | ||||
-rw-r--r-- | src/main/res/layout/manage_accounts.xml | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/src/main/res/layout/activity_publish_profile_picture.xml b/src/main/res/layout/activity_publish_profile_picture.xml index 26675c055..8690509e9 100644 --- a/src/main/res/layout/activity_publish_profile_picture.xml +++ b/src/main/res/layout/activity_publish_profile_picture.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" 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" diff --git a/src/main/res/layout/manage_accounts.xml b/src/main/res/layout/manage_accounts.xml index 90ca7de04..e55d8d40a 100644 --- a/src/main/res/layout/manage_accounts.xml +++ b/src/main/res/layout/manage_accounts.xml @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="@color/grey50" > + android:background="@color/grey50"> <ListView android:id="@+id/account_list" |