Skip to content

Commit

Permalink
Merge pull request #43 from martinwork/from300
Browse files Browse the repository at this point in the history
Projects - reduce flash/edit/delete button spacing
  • Loading branch information
martinwork authored Mar 27, 2024
2 parents b90cacc + e39d732 commit 21f3266
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/custom_project_items_edit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
android:layout_width="0dp"
android:layout_height="@dimen/project_item_buttons_size"
android:layout_marginEnd="@dimen/custom_button_end_margin"
android:layout_marginStart="@dimen/custom_button_start_margin"
android:layout_weight="1"
android:background="@drawable/black_btn"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-sw600dp-port/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<!-- Flash Activity custom button -->
<dimen name="custom_button_padding">20dp</dimen>
<dimen name="custom_button_start_margin">8dp</dimen>
<dimen name="custom_button_end_margin">16dp</dimen>
<dimen name="custom_button_end_margin">8dp</dimen>
<dimen name="custom_button_image_margin">25dp</dimen>
<dimen name="custom_button_height">68dp</dimen>
<dimen name="delete_button_width_padding">26dp</dimen>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- Project screen -->
<dimen name="custom_button_padding">16dp</dimen>
<dimen name="custom_button_start_margin">8dp</dimen>
<dimen name="custom_button_end_margin">16dp</dimen>
<dimen name="custom_button_end_margin">8dp</dimen>
<dimen name="custom_button_image_margin">0dp</dimen>
<dimen name="custom_button_margin">16dp</dimen>
<dimen name="custom_button_height">52dp</dimen>
Expand Down

0 comments on commit 21f3266

Please sign in to comment.