Merge branch 'master' of https://github.com/owncloud/android into material_buttons
authorAndy Scherzinger <info@andy-scherzinger.de>
Wed, 16 Sep 2015 14:27:47 +0000 (16:27 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Wed, 16 Sep 2015 14:27:47 +0000 (16:27 +0200)
fixed realignment item badges
Conflicts:
res/layout/list_item.xml

1  2 
owncloud-android-library
res/layout/list_item.xml

@@@ -1,1 -1,1 +1,1 @@@
--Subproject commit ecc3415e3e3c13fa8f73fdd51a88c1ab7087b199
++Subproject commit 17bb724b4207142d631a5f1c70d1e80c447e2310
          android:orientation="horizontal">\r
  \r
          <FrameLayout\r
 -            android:layout_width="56dp"\r
 -            android:layout_height="56dp"\r
 +            android:layout_width="60dp"\r
 +            android:layout_height="72dp"\r
-             android:paddingLeft="@dimen/standard_padding"\r
++            android:paddingLeft="12dp"\r
 +            android:paddingBottom="@dimen/standard_padding"\r
 +            android:paddingTop="@dimen/standard_padding"\r
 +            android:paddingRight="4dp"\r
              android:focusable="false"\r
              android:focusableInTouchMode="false">\r
  \r
@@@ -43,8 -39,8 +43,8 @@@
                  android:id="@+id/localFileIndicator"\r
                  android:layout_width="@dimen/file_icon_size"\r
                  android:layout_height="@dimen/file_icon_size"\r
 -                android:layout_gravity="center_vertical"\r
 -                android:layout_marginLeft="22dp"\r
 +                android:layout_gravity="top|right"\r
-                 android:layout_marginLeft="21dp"\r
++                android:layout_marginRight="4dp"\r
                  android:src="@drawable/local_file_indicator" />\r
  \r
              <ImageView\r
@@@ -59,7 -56,8 +59,7 @@@
                  android:layout_width="wrap_content"\r
                  android:layout_height="wrap_content"\r
                  android:layout_gravity="bottom|right"\r
 -                android:layout_marginBottom="10dp"\r
--                android:layout_marginRight="2dp"\r
++                android:layout_marginRight="4dp"\r
                  android:src="@drawable/ic_favorite" />\r
          </FrameLayout>\r
  \r