Skip to content

Commit 75c6949

Browse files
Devmate Botfacebook-github-bot
authored andcommitted
xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/res/devsupport/layout
Differential Revision: D87323282
1 parent 0ee4a2d commit 75c6949

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native/ReactAndroid/src/main/res/devsupport/layout/paused_in_debugger_view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
android:id="@+id/button_text"
2121
android:layout_width="wrap_content"
2222
android:layout_height="wrap_content"
23+
android:layout_marginBottom="1dp"
2324
android:text=""
2425
android:textColor="#444"
2526
android:textSize="16dp"
2627
android:textStyle="bold"
27-
android:layout_marginBottom="1dp"
2828
/>
2929
<ImageView
3030
android:layout_width="32dp"
3131
android:layout_height="32dp"
32-
android:src="@drawable/ic_resume"
3332
android:layout_marginStart="8dp"
3433
android:layout_marginVertical="8dp"
34+
android:src="@drawable/ic_resume"
3535
/>
3636
</LinearLayout>

0 commit comments

Comments
 (0)