|
@@ -3,6 +3,7 @@
|
|
ownCloud Android client application
|
|
ownCloud Android client application
|
|
|
|
|
|
Copyright (C) 2016 ownCloud Inc.
|
|
Copyright (C) 2016 ownCloud Inc.
|
|
|
|
+ Copyright (C) 2016 Nextcloud
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License version 2,
|
|
it under the terms of the GNU General Public License version 2,
|
|
@@ -28,18 +29,18 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_gravity="center_vertical"
|
|
- android:layout_marginLeft="20dp"
|
|
|
|
|
|
+ android:layout_marginLeft="@dimen/list_item_avatar_icon_margin"
|
|
android:src="@drawable/ic_account_plus"/>
|
|
android:src="@drawable/ic_account_plus"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/user_name"
|
|
android:id="@+id/user_name"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
- android:layout_marginLeft="28dp"
|
|
|
|
|
|
+ android:layout_marginLeft="@dimen/list_item_avatar_text_margin"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
android:paddingRight="@dimen/standard_padding"
|
|
android:paddingRight="@dimen/standard_padding"
|
|
- android:text="@string/placeholder_filename"
|
|
|
|
|
|
+ android:text="@string/placeholder_sentence"
|
|
android:textColor="@color/primary"
|
|
android:textColor="@color/primary"
|
|
android:textSize="@dimen/two_line_primary_text_size"/>
|
|
android:textSize="@dimen/two_line_primary_text_size"/>
|
|
|
|
|