aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/manage_accounts.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/manage_accounts.xml
parent5f8de512f5d14515146d341bc3e0ae0e066837b8 (diff)
optimize imports
Diffstat (limited to 'src/main/res/layout/manage_accounts.xml')
-rw-r--r--src/main/res/layout/manage_accounts.xml3
1 files changed, 1 insertions, 2 deletions
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"