mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
fix whitespace dp values
This commit is contained in:
parent
8440168b0a
commit
2fce2036b6
2 changed files with 6 additions and 4 deletions
|
@ -26,14 +26,14 @@
|
|||
android:paddingTop="@dimen/standard_padding"
|
||||
android:paddingRight="@dimen/standard_padding"
|
||||
android:paddingBottom="@dimen/standard_padding"
|
||||
android:paddingLeft="12dp">
|
||||
android:paddingLeft="@dimen/standard_padding">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/activity_icon"
|
||||
android:layout_width="@dimen/file_icon_size"
|
||||
android:layout_height="@dimen/file_icon_size"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginRight="24dp"
|
||||
android:layout_marginRight="@dimen/standard_padding"
|
||||
android:alpha="0.5"
|
||||
android:src="@drawable/ic_activity"/>
|
||||
|
||||
|
@ -66,6 +66,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginLeft="-3dp"
|
||||
android:layout_marginStart="-3dp"
|
||||
android:columnCount="3" />
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
android:id="@+id/title_header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="68dp"
|
||||
android:layout_marginStart="68dp"
|
||||
android:layout_marginLeft="@dimen/standard_list_item_size"
|
||||
android:layout_marginStart="@dimen/standard_list_item_size"
|
||||
android:layout_marginTop="10dp"
|
||||
android:text="@string/placeholder_filename"
|
||||
android:textSize="20sp"/>
|
||||
|
|
Loading…
Reference in a new issue