Skip to content

Commit e69868a

Browse files
authored
Change Reset Button layout_width to 75dp and Imagecount layout_width to 125dp (#1174)
1 parent 03f4c5a commit e69868a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<Button
1919
android:id="@+id/resetCurrent"
20-
android:layout_width="50dp"
20+
android:layout_width="75dp"
2121
android:layout_height="wrap_content"
2222
android:layout_marginStart="5dp"
2323
android:background="@drawable/cornered_edges"
@@ -51,7 +51,7 @@
5151

5252
<TextView
5353
android:id="@+id/imagecount"
54-
android:layout_width="150dp"
54+
android:layout_width="125dp"
5555
android:layout_height="match_parent"
5656
android:gravity="center"
5757
android:text="@string/showing_image" />

0 commit comments

Comments
 (0)