Skip to content

Commit

Permalink
Reduce 72dp to 16 dp in collaborator rows
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo04 committed Sep 28, 2021
1 parent aa2f314 commit 98189e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion Simplenote/src/main/res/layout/activity_collaborators.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
android:id="@+id/collaborators_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginStart="72dp"
android:layout_marginBottom="10dp"
android:background="@android:color/transparent"
android:clipToPadding="false"
Expand Down
6 changes: 3 additions & 3 deletions Simplenote/src/main/res/layout/collaborator_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_width="0dp"
style="?android:attr/textAppearanceMedium"
android:layout_marginStart="@dimen/padding_large"
android:textColor="?attr/noteTitleColor"
tools:text="Test"
android:layout_marginEnd="@dimen/padding_small"
android:textSize="16sp"
style="?android:attr/textAppearanceMedium">
</com.automattic.simplenote.widgets.RobotoRegularTextView>
android:layout_marginEnd="@dimen/padding_small" />

<ImageButton
android:id="@+id/collaborator_remove_button"
Expand Down
3 changes: 2 additions & 1 deletion Simplenote/src/main/res/layout/collaborators_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
android:id="@+id/shared_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/padding_large"
android:layout_marginEnd="@dimen/padding_small"
android:layout_marginTop="22dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="12dp"
android:lineSpacingExtra="6sp"
android:text="@string/shared_with"
Expand Down

0 comments on commit 98189e5

Please sign in to comment.