Skip to content

Commit 25e0391

Browse files
committed
adding some top margin at the widget config Save button
1 parent 6a4b841 commit 25e0391

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/res/layout/widget_bright_display_config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
android:layout_height="wrap_content"
7777
android:layout_alignParentEnd="true"
7878
android:layout_alignParentBottom="true"
79+
android:layout_marginTop="@dimen/tiny_margin"
7980
android:text="@string/ok" />
8081

8182
</RelativeLayout>

app/src/main/res/layout/widget_torch_config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
android:layout_height="wrap_content"
7676
android:layout_alignParentEnd="true"
7777
android:layout_alignParentBottom="true"
78+
android:layout_marginTop="@dimen/tiny_margin"
7879
android:text="@string/ok" />
7980

8081
</RelativeLayout>

0 commit comments

Comments
 (0)