Commit fa1907bd authored by Grigory Fedorov's avatar Grigory Fedorov

Merge pull request #515 from equescalculi/develop

Fix lint errors concerning the layout
parents 7b7d3030 0d31112e
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
android:background="@color/grey_300" android:background="@color/grey_300"
android:id="@+id/bottom_layer" android:id="@+id/bottom_layer"
> >
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="4dp" android:layout_height="4dp"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<TextView xmlns:android="http://schemas.android.com/apk/res/android" <TextView
android:id="@+id/drawer_header_action_xmpp_accounts" android:id="@+id/drawer_header_action_xmpp_accounts"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
/> />
<ImageView <ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/avatar" android:id="@+id/avatar"
android:layout_width="@dimen/avatar_size_toolbar" android:layout_width="@dimen/avatar_size_toolbar"
android:layout_height="@dimen/avatar_size_toolbar" android:layout_height="@dimen/avatar_size_toolbar"
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
> >
<ImageView <ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/avatar" android:id="@+id/avatar"
android:layout_width="@dimen/avatar_size_toolbar" android:layout_width="@dimen/avatar_size_toolbar"
android:layout_height="@dimen/avatar_size_toolbar" android:layout_height="@dimen/avatar_size_toolbar"
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"> xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/xmpp_items" android:id="@+id/xmpp_items"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
...@@ -16,7 +15,6 @@ ...@@ -16,7 +15,6 @@
/> />
<LinearLayout <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/contact_info_items" android:id="@+id/contact_info_items"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
android:layout_gravity="bottom" android:layout_gravity="bottom"
android:paddingBottom="10dp"> android:paddingBottom="10dp">
<ImageView xmlns:android="http://schemas.android.com/apk/res/android" <ImageView
android:id="@+id/avatar" android:id="@+id/avatar"
android:layout_width="@dimen/avatar_large_size" android:layout_width="@dimen/avatar_large_size"
android:layout_height="@dimen/avatar_large_size" android:layout_height="@dimen/avatar_large_size"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
<include layout="@layout/toolbar_default"/> <include layout="@layout/toolbar_default"/>
<ListView <ListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list" android:id="@android:id/list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
> >
<ImageView <ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/avatar" android:id="@+id/avatar"
android:layout_width="@dimen/avatar_size_toolbar" android:layout_width="@dimen/avatar_size_toolbar"
android:layout_height="@dimen/avatar_size_toolbar" android:layout_height="@dimen/avatar_size_toolbar"
...@@ -32,7 +31,6 @@ ...@@ -32,7 +31,6 @@
/> />
<ImageView <ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/affilation" android:id="@+id/affilation"
android:layout_width="2dip" android:layout_width="2dip"
android:layout_height="@dimen/avatar_size_toolbar" android:layout_height="@dimen/avatar_size_toolbar"
......
...@@ -88,7 +88,6 @@ ...@@ -88,7 +88,6 @@
</LinearLayout> </LinearLayout>
<ListView <ListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list" android:id="@android:id/list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment